Class: Aws::GuardDuty::Types::MemberAdditionalConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::MemberAdditionalConfigurationResult
 
 
- 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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the name of the additional configuration that is set for the member account.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the status of the additional configuration that is set for the member account.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp at which the additional configuration was set for the member account.
 
Instance Attribute Details
#name ⇒ String
Indicates the name of the additional configuration that is set for the member account.
      6023 6024 6025 6026 6027 6028 6029  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6023 class MemberAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Indicates the status of the additional configuration that is set for the member account.
      6023 6024 6025 6026 6027 6028 6029  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6023 class MemberAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The timestamp at which the additional configuration was set for the member account. This is in UTC format.
      6023 6024 6025 6026 6027 6028 6029  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6023 class MemberAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end  |