class
Amazonite::ApiGateway::GetDomainNameAccessAssociationsRequest
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_domain_name_access_associations_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(position : String | Nil = nil, limit : Int32 | Nil = nil, resource_owner : ResourceOwner | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of returned results per page.
-
#limit=(limit : Int32 | Nil)
The maximum number of returned results per page.
-
#position : String | Nil
The current pagination position in the paged result set.
-
#position=(position : String | Nil)
The current pagination position in the paged result set.
-
#resource_owner : ResourceOwner | Nil
The owner of the domain name access association.
-
#resource_owner=(resource_owner : ResourceOwner | Nil)
The owner of the domain name access association.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
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.
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.