Class: Aws::GuardDuty::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Member
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the member account.
Constant Summary collapse
- SENSITIVE =
[:email]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the member account.
-
#administrator_id ⇒ String
The administrator account ID.
-
#detector_id ⇒ String
The detector ID of the member account.
-
#email ⇒ String
The email address of the member account.
-
#invited_at ⇒ String
The timestamp when the invitation was sent.
-
#master_id ⇒ String
The administrator account ID.
-
#relationship_status ⇒ String
The status of the relationship between the member and the administrator.
-
#updated_at ⇒ String
The last-updated timestamp of the member.
Instance Attribute Details
#account_id ⇒ String
The ID of the member account.
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5707 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [:email] include Aws::Structure end |
#administrator_id ⇒ String
The administrator account ID.
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5707 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [:email] include Aws::Structure end |
#detector_id ⇒ String
The detector ID of the member account.
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5707 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [:email] include Aws::Structure end |
#email ⇒ String
The email address of the member account.
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5707 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [:email] include Aws::Structure end |
#invited_at ⇒ String
The timestamp when the invitation was sent.
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5707 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [:email] include Aws::Structure end |
#master_id ⇒ String
The administrator account ID.
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5707 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [:email] include Aws::Structure end |
#relationship_status ⇒ String
The status of the relationship between the member and the administrator.
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5707 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [:email] include Aws::Structure end |
#updated_at ⇒ String
The last-updated timestamp of the member.
5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5707 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [:email] include Aws::Structure end |