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.
12228 12229 12230 |
# File 'sig/types.rbs', line 12228 def account_customization @account_customization end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12226 12227 12228 |
# File 'sig/types.rbs', line 12226 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12227 12228 12229 |
# File 'sig/types.rbs', line 12227 def namespace @namespace end |