Class: Aws::Types::CreateAccountRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email, :account_name])

Instance Attribute Summary collapse

Instance Attribute Details

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def 
  @account_name
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def email
  @email
end

#iam_user_access_to_billing"ALLOW", "DENY"

Returns the value of attribute iam_user_access_to_billing.

Returns:

  • ("ALLOW", "DENY")


132
133
134
# File 'sig/types.rbs', line 132

def iam_user_access_to_billing
  @iam_user_access_to_billing
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def role_name
  @role_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def tags
  @tags
end