Class: Aws::ApiGatewayV2::Types::Section
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::Section
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Contains the section name and list of product REST endpoints for a product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#product_rest_endpoint_page_arns ⇒ Array<String>
The ARNs of the product REST endpoint pages in a portal product.
-
#section_name ⇒ String
The section name.
Instance Attribute Details
#product_rest_endpoint_page_arns ⇒ Array<String>
The ARNs of the product REST endpoint pages in a portal product.
8048 8049 8050 8051 8052 8053 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8048 class Section < Struct.new( :product_rest_endpoint_page_arns, :section_name) SENSITIVE = [] include Aws::Structure end |