Class: Aws::ApiGatewayV2::Types::DisplayOrder

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

The display order.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentsArray<Types::Section>

Represents a list of sections which include section name and list of product REST endpoints for a product.

Returns:



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_arnString

The ARN of the overview page.

Returns:

  • (String)


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_arnsArray<String>

The product page ARNs.

Returns:

  • (Array<String>)


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