Class: Aws::KMS::Types::DeleteAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DeleteAliasRequest
- Includes:
- Structure
- Defined in:
- 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`.
1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-kms/types.rb', line 1703 class DeleteAliasRequest < Struct.new( :alias_name) SENSITIVE = [] include Aws::Structure end |