Class: Aws::GuardDuty::Types::Master
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Master
- 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 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.
5926 5927 5928 5929 5930 5931 5932 5933 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5926 class Master < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end |
#invitation_id ⇒ String
The value used to validate the administrator account to the member account.
5926 5927 5928 5929 5930 5931 5932 5933 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5926 class Master < 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.
5926 5927 5928 5929 5930 5931 5932 5933 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5926 class Master < 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.
5926 5927 5928 5929 5930 5931 5932 5933 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5926 class Master < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end |