Class: Aws::APIGateway::Types::BasePathMappings
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::BasePathMappings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents a collection of BasePathMapping resources.
<div class=“seeAlso” markdown=“1”>
- Use Custom Domain Names][1
-
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html
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.
479 480 481 482 483 484 |
# File 'lib/aws-sdk-apigateway/types.rb', line 479 class BasePathMappings < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
479 480 481 482 483 484 |
# File 'lib/aws-sdk-apigateway/types.rb', line 479 class BasePathMappings < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |