Class: Aws::Types::CreateAccountCustomizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountCustomizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_customization ⇒ Types::AccountCustomization
Returns the value of attribute account_customization.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_customization ⇒ Types::AccountCustomization
Returns the value of attribute account_customization.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def account_customization @account_customization end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def namespace @namespace end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def @tags end |