Class: Aws::Types::UpdateAccountCustomizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountCustomizationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_customization ⇒ Types::AccountCustomization
Returns the value of attribute account_customization.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#account_customization ⇒ Types::AccountCustomization
Returns the value of attribute account_customization.
11846 11847 11848 |
# File 'sig/types.rbs', line 11846 def account_customization @account_customization end |
#arn ⇒ ::String
Returns the value of attribute arn.
11843 11844 11845 |
# File 'sig/types.rbs', line 11843 def arn @arn end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
11844 11845 11846 |
# File 'sig/types.rbs', line 11844 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
11845 11846 11847 |
# File 'sig/types.rbs', line 11845 def namespace @namespace end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
11847 11848 11849 |
# File 'sig/types.rbs', line 11847 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
11848 11849 11850 |
# File 'sig/types.rbs', line 11848 def status @status end |