Class: Aws::KMS::Types::DeleteAliasRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameString

The alias to be deleted. The alias name must begin with alias/ followed by the alias name, such as alias/ExampleAlias.

Returns:

  • (String)


1702
1703
1704
1705
1706
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1702

class DeleteAliasRequest < Struct.new(
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end