Class: Aws::Types::CreateGovCloudAccountRequest

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)


161
162
163
# File 'sig/types.rbs', line 161

def 
  @account_name
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def email
  @email
end

#iam_user_access_to_billing"ALLOW", "DENY"

Returns the value of attribute iam_user_access_to_billing.

Returns:

  • ("ALLOW", "DENY")


163
164
165
# File 'sig/types.rbs', line 163

def iam_user_access_to_billing
  @iam_user_access_to_billing
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def role_name
  @role_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def tags
  @tags
end