class
Amazonite::ApiGateway::GenerateClientCertificateRequest
- Amazonite::ApiGateway::GenerateClientCertificateRequest
- Reference
- Object
Overview
A request to generate a ClientCertificate resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/generate_client_certificate_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(description : String | Nil = nil, tags : Hash(String, String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
The description of the ClientCertificate.
-
#description=(description : String | Nil)
The description of the ClientCertificate.
-
#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
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def tags : Hash(String, String) | Nil
#
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.
def tags=(tags : Hash(String, String) | Nil)
#
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.