Class: Aws::ResourceGroups::Types::UpdateAccountSettingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UpdateAccountSettingsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_settings ⇒ Types::AccountSettings
A structure that displays the status of the optional features in the account.
Instance Attribute Details
#account_settings ⇒ Types::AccountSettings
A structure that displays the status of the optional features in the account.
1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1902 class UpdateAccountSettingsOutput < Struct.new( :account_settings) SENSITIVE = [] include Aws::Structure end |