Class: Aws::GuardDuty::Types::Administrator
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::Administrator
 
 
- Defined in:
 - gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information about the administrator account and invitation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the account used as the administrator account.
 - 
  
    
      #invitation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value that is used to validate the administrator account to the member account.
 - 
  
    
      #invited_at  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when the invitation was sent.
 - 
  
    
      #relationship_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the relationship between the administrator and member accounts.
 
Instance Attribute Details
#account_id ⇒ String
The ID of the account used as the administrator account.
      485 486 487 488 489 490 491 492  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 485 class Administrator < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end  | 
  
#invitation_id ⇒ String
The value that is used to validate the administrator account to the member account.
      485 486 487 488 489 490 491 492  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 485 class Administrator < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end  | 
  
#invited_at ⇒ String
The timestamp when the invitation was sent.
      485 486 487 488 489 490 491 492  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 485 class Administrator < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end  | 
  
#relationship_status ⇒ String
The status of the relationship between the administrator and member accounts.
      485 486 487 488 489 490 491 492  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 485 class Administrator < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end  |