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.
4272 4273 4274 |
# File 'sig/types.rbs', line 4272 def account_settings @account_settings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4273 4274 4275 |
# File 'sig/types.rbs', line 4273 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4274 4275 4276 |
# File 'sig/types.rbs', line 4274 def status @status end |