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.



261
262
263
264
265
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 261

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