Class: Aws::Types::CreateGovCloudAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGovCloudAccountRequest
- 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.
161 162 163 |
# File 'sig/types.rbs', line 161 def account_name @account_name end |
#email ⇒ ::String
Returns the value of attribute email.
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.
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.
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.
164 165 166 |
# File 'sig/types.rbs', line 164 def @tags end |