Class: Aws::IAM::Types::DeleteAccountAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_aliasString

The name of the account alias to delete.

This parameter allows (through its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.

Returns:

  • (String)


1817
1818
1819
1820
1821
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1817

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