Class: Aws::ResourceGroups::Types::GetAccountSettingsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_settingsTypes::AccountSettings

The current settings for the optional features in Resource Groups.



228
229
230
231
232
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 228

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