Class: Aws::APIGateway::Types::GetDomainNamesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetDomainNamesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Request to describe a collection of DomainName resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The maximum number of returned results per page.
-
#position ⇒ String
The current pagination position in the paged result set.
-
#resource_owner ⇒ String
The owner of the domain name access association.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
2674 2675 2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2674 class GetDomainNamesRequest < Struct.new( :position, :limit, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
2674 2675 2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2674 class GetDomainNamesRequest < Struct.new( :position, :limit, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The owner of the domain name access association.
2674 2675 2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2674 class GetDomainNamesRequest < Struct.new( :position, :limit, :resource_owner) SENSITIVE = [] include Aws::Structure end |