Class: Aws::APIGateway::Types::BasePathMappings
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::BasePathMappings
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
Represents a collection of BasePathMapping resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::BasePathMapping>
The current page of elements from this collection.
-
#position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::BasePathMapping>
The current page of elements from this collection.
361 362 363 364 365 366 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 361 class BasePathMappings < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
361 362 363 364 365 366 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 361 class BasePathMappings < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |