Class: Aws::Types::CreateAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#iam_user_access_to_billing ⇒ "ALLOW", "DENY"
Returns the value of attribute iam_user_access_to_billing.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_name ⇒ ::String
Returns the value of attribute account_name.
130 131 132 |
# File 'sig/types.rbs', line 130 def account_name @account_name end |
#email ⇒ ::String
Returns the value of attribute email.
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.
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.
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.
133 134 135 |
# File 'sig/types.rbs', line 133 def @tags end |