Class: Aws::ResourceGroups::Types::UpdateAccountSettingsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourcegroups/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_settingsTypes::AccountSettings

A structure that displays the status of the optional features in the account.



1393
1394
1395
1396
1397
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1393

class UpdateAccountSettingsOutput < Struct.new(
  :account_settings)
  SENSITIVE = []
  include Aws::Structure
end