Class: Aws::ApiGatewayV2::Types::Section

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#product_rest_endpoint_page_arnsArray<String>

The ARNs of the product REST endpoint pages in a portal product.

Returns:

  • (Array<String>)


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

#section_nameString

The section name.

Returns:

  • (String)


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