Class: Aws::APIGateway::Types::GetDomainNameAccessAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetDomainNameAccessAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
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.
2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2633 class GetDomainNameAccessAssociationsRequest < Struct.new( :position, :limit, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2633 class GetDomainNameAccessAssociationsRequest < Struct.new( :position, :limit, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The owner of the domain name access association. Use ‘SELF` to only list the domain name access associations owned by your own account. Use `OTHER_ACCOUNTS` to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.
2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2633 class GetDomainNameAccessAssociationsRequest < Struct.new( :position, :limit, :resource_owner) SENSITIVE = [] include Aws::Structure end |