class
Amazonite::Kms::DeleteAliasRequest
- Amazonite::Kms::DeleteAliasRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/delete_alias_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(alias_name : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alias_name : String
The alias to be deleted.
-
#alias_name=(alias_name : String)
The alias to be deleted.
-
#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 alias_name : String
#
The alias to be deleted. The alias name must begin with alias/ followed by the alias name,
such as alias/ExampleAlias.
def alias_name=(alias_name : String)
#
The alias to be deleted. The alias name must begin with alias/ followed by the alias name,
such as alias/ExampleAlias.