Class: Aws::ResourceGroups::Types::GetAccountSettingsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResourceGroups::Types::GetAccountSettingsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resourcegroups/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_settings  ⇒ Types::AccountSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current settings for the optional features in Resource Groups.
 
Instance Attribute Details
#account_settings ⇒ Types::AccountSettings
The current settings for the optional features in Resource Groups.
      261 262 263 264 265  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 261 class GetAccountSettingsOutput < Struct.new( :account_settings) SENSITIVE = [] include Aws::Structure end  |