Class: Aws::Types::DescribeAccountSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_settings ⇒ Types::AccountSettings
Returns the value of attribute account_settings.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#account_settings ⇒ Types::AccountSettings
Returns the value of attribute account_settings.
4446 4447 4448 |
# File 'sig/types.rbs', line 4446 def account_settings @account_settings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4447 4448 4449 |
# File 'sig/types.rbs', line 4447 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4448 4449 4450 |
# File 'sig/types.rbs', line 4448 def status @status end |