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.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def account_customization @account_customization end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def namespace @namespace end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def @tags end |