Class: Aws::Types::DescribeAccountCustomizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountCustomizationResponse
- 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.
4434 4435 4436 |
# File 'sig/types.rbs', line 4434 def account_customization @account_customization end |
#arn ⇒ ::String
Returns the value of attribute arn.
4431 4432 4433 |
# File 'sig/types.rbs', line 4431 def arn @arn end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4432 4433 4434 |
# File 'sig/types.rbs', line 4432 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4433 4434 4435 |
# File 'sig/types.rbs', line 4433 def namespace @namespace end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4435 4436 4437 |
# File 'sig/types.rbs', line 4435 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4436 4437 4438 |
# File 'sig/types.rbs', line 4436 def status @status end |