class
Amazonite::ApiGateway::DeleteDomainNameAccessAssociationRequest
Included Modules
- JSON::Serializable
Defined in:
api_gateway/delete_domain_name_access_association_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(domain_name_access_association_arn : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#domain_name_access_association_arn : String
The ARN of the domain name access association resource.
-
#domain_name_access_association_arn=(domain_name_access_association_arn : String)
The ARN of the domain name access association resource.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def domain_name_access_association_arn : String
#
The ARN of the domain name access association resource.
def domain_name_access_association_arn=(domain_name_access_association_arn : String)
#
The ARN of the domain name access association resource.