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

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 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.

Returns:

  • (String)


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

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