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.
1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1792 class DeleteAliasRequest < Struct.new( :alias_name) SENSITIVE = [] include Aws::Structure end |