Class: Aws::ApiGatewayV2::Types::DisplayOrder
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DisplayOrder
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
The display order.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contents ⇒ Array<Types::Section>
Represents a list of sections which include section name and list of product REST endpoints for a product.
-
#overview_page_arn ⇒ String
The ARN of the overview page.
-
#product_page_arns ⇒ Array<String>
The product page ARNs.
Instance Attribute Details
#contents ⇒ Array<Types::Section>
Represents a list of sections which include section name and list of product REST endpoints for a product.
3941 3942 3943 3944 3945 3946 3947 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3941 class DisplayOrder < Struct.new( :contents, :overview_page_arn, :product_page_arns) SENSITIVE = [] include Aws::Structure end |
#overview_page_arn ⇒ String
The ARN of the overview page.
3941 3942 3943 3944 3945 3946 3947 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3941 class DisplayOrder < Struct.new( :contents, :overview_page_arn, :product_page_arns) SENSITIVE = [] include Aws::Structure end |
#product_page_arns ⇒ Array<String>
The product page ARNs.
3941 3942 3943 3944 3945 3946 3947 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3941 class DisplayOrder < Struct.new( :contents, :overview_page_arn, :product_page_arns) SENSITIVE = [] include Aws::Structure end |