Class: Aws::Types::CreateAccountCustomizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountCustomizationResponse
- 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.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def account_customization @account_customization end |
#arn ⇒ ::String
Returns the value of attribute arn.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def arn @arn end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def namespace @namespace end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def status @status end |