Class: Aws::Detective::Types::UpdateOrganizationConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::UpdateOrganizationConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-detective/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_enable  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
 - 
  
    
      #graph_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the organization behavior graph.
 
Instance Attribute Details
#auto_enable ⇒ Boolean
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
      1892 1893 1894 1895 1896 1897  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 1892 class UpdateOrganizationConfigurationRequest < Struct.new( :graph_arn, :auto_enable) SENSITIVE = [] include Aws::Structure end  | 
  
#graph_arn ⇒ String
The ARN of the organization behavior graph.
      1892 1893 1894 1895 1896 1897  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 1892 class UpdateOrganizationConfigurationRequest < Struct.new( :graph_arn, :auto_enable) SENSITIVE = [] include Aws::Structure end  |