Class: Aws::GuardDuty::Types::MemberAdditionalConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::MemberAdditionalConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Information about the additional configuration for the member account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the additional configuration.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the additional configuration.
 
Instance Attribute Details
#name ⇒ String
Name of the additional configuration.
      5997 5998 5999 6000 6001 6002  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 5997 class MemberAdditionalConfiguration < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Status of the additional configuration.
      5997 5998 5999 6000 6001 6002  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 5997 class MemberAdditionalConfiguration < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end  |