Class: Aws::Types::UpdateAccountCustomizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountCustomizationRequest
- 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.
Instance Attribute Details
#account_customization ⇒ Types::AccountCustomization
Returns the value of attribute account_customization.
11838 11839 11840 |
# File 'sig/types.rbs', line 11838 def account_customization @account_customization end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
11836 11837 11838 |
# File 'sig/types.rbs', line 11836 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
11837 11838 11839 |
# File 'sig/types.rbs', line 11837 def namespace @namespace end |