class
Amazonite::ApiGateway::CreateDomainNameAccessAssociationRequest
Included Modules
- JSON::Serializable
Defined in:
api_gateway/create_domain_name_access_association_request.crConstructors
- .new(domain_name_arn : String, access_association_source_type : AccessAssociationSourceType, access_association_source : String, tags : Hash(String, String) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_association_source : String
The identifier of the domain name access association source.
-
#access_association_source=(access_association_source : String)
The identifier of the domain name access association source.
-
#access_association_source_type : AccessAssociationSourceType
The type of the domain name access association source.
-
#access_association_source_type=(access_association_source_type : AccessAssociationSourceType)
The type of the domain name access association source.
-
#domain_name_arn : String
The ARN of the domain name.
-
#domain_name_arn=(domain_name_arn : String)
The ARN of the domain name.
-
#hash(hasher)
See
Object#hash(hasher) -
#tags : Hash(String, String) | Nil
The key-value map of strings.
-
#tags=(tags : Hash(String, String) | Nil)
The key-value map of strings.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The identifier of the domain name access association source. For a VPCE, the value is the VPC endpoint ID.
The identifier of the domain name access association source. For a VPCE, the value is the VPC endpoint ID.
The type of the domain name access association source.
The type of the domain name access association source.
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up
to 128 characters and must not start with aws:. The tag value can be up to 256 characters.
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up
to 128 characters and must not start with aws:. The tag value can be up to 256 characters.