Class: Aws::ResourceGroups::Types::UpdateAccountSettingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UpdateAccountSettingsOutput
- Defined in:
- gems/aws-sdk-resourcegroups/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.
1905 1906 1907 1908 1909 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1905 class UpdateAccountSettingsOutput < Struct.new( :account_settings) SENSITIVE = [] include Aws::Structure end |