Class: Aws::GuardDuty::Types::MemberFeaturesConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::MemberFeaturesConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information about the features for the member account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #additional_configuration  ⇒ Array<Types::MemberAdditionalConfigurationResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the additional configuration of the feature that is configured for the member account.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the name of the feature that is enabled for the detector.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the status of the feature that is enabled for the detector.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp at which the feature object was updated.
 
Instance Attribute Details
#additional_configuration ⇒ Array<Types::MemberAdditionalConfigurationResult>
Indicates the additional configuration of the feature that is configured for the member account.
      5838 5839 5840 5841 5842 5843 5844 5845  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 5838 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Indicates the name of the feature that is enabled for the detector.
      5838 5839 5840 5841 5842 5843 5844 5845  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 5838 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Indicates the status of the feature that is enabled for the detector.
      5838 5839 5840 5841 5842 5843 5844 5845  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 5838 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The timestamp at which the feature object was updated.
      5838 5839 5840 5841 5842 5843 5844 5845  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 5838 class MemberFeaturesConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end  |