Class: Aws::IAM::Types::CreateAccountAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_aliasString

The account alias to create.

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.

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


649
650
651
652
653
# File 'lib/aws-sdk-iam/types.rb', line 649

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