Class: Aws::GuardDuty::Types::Administrator
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Administrator
- Includes:
- Structure
- Defined in:
- 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.
359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-guardduty/types.rb', line 359 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.
359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-guardduty/types.rb', line 359 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.
359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-guardduty/types.rb', line 359 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.
359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-guardduty/types.rb', line 359 class Administrator < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end |