Class: Aws::APIGateway::Types::DomainNames
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DomainNames
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents a collection of DomainName resources.
<div class=“seeAlso”>
- Use Client-Side Certificate][1
-
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DomainName>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::DomainName>
The current page of elements from this collection.
2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2129 class DomainNames < Struct.new( :position, :items) include Aws::Structure end |
#position ⇒ String
2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2129 class DomainNames < Struct.new( :position, :items) include Aws::Structure end |