Class: Aws::ResourceGroups::Types::AccountSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResourceGroups::Types::AccountSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resourcegroups/types.rb
 
Overview
The Resource Groups settings for this Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_lifecycle_events_desired_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The desired target status of the group lifecycle events feature.
 - 
  
    
      #group_lifecycle_events_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the group lifecycle events feature.
 - 
  
    
      #group_lifecycle_events_status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
 
Instance Attribute Details
#group_lifecycle_events_desired_status ⇒ String
The desired target status of the group lifecycle events feature. If
      30 31 32 33 34 35 36  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 30 class AccountSettings < Struct.new( :group_lifecycle_events_desired_status, :group_lifecycle_events_status, :group_lifecycle_events_status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#group_lifecycle_events_status ⇒ String
The current status of the group lifecycle events feature.
      30 31 32 33 34 35 36  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 30 class AccountSettings < Struct.new( :group_lifecycle_events_desired_status, :group_lifecycle_events_status, :group_lifecycle_events_status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#group_lifecycle_events_status_message ⇒ String
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
      30 31 32 33 34 35 36  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 30 class AccountSettings < Struct.new( :group_lifecycle_events_desired_status, :group_lifecycle_events_status, :group_lifecycle_events_status_message) SENSITIVE = [] include Aws::Structure end  |