Class: Aws::KMS::Types::DeleteAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DeleteAliasRequest
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The alias to be deleted.
Instance Attribute Details
#alias_name ⇒ String
The alias to be deleted. The alias name must begin with alias/
followed by the alias name, such as alias/ExampleAlias
.
1709 1710 1711 1712 1713 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1709 class DeleteAliasRequest < Struct.new( :alias_name) SENSITIVE = [] include Aws::Structure end |