Class: Aws::GuardDuty::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Member
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the member account.
Constant Summary collapse
- SENSITIVE =
[]
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.
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3948 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [] include Aws::Structure end |
#administrator_id ⇒ String
The administrator account ID.
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3948 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The detector ID of the member account.
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3948 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
The email address of the member account.
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3948 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [] include Aws::Structure end |
#invited_at ⇒ String
The timestamp when the invitation was sent.
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3948 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [] include Aws::Structure end |
#master_id ⇒ String
The administrator account ID.
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3948 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [] include Aws::Structure end |
#relationship_status ⇒ String
The status of the relationship between the member and the administrator.
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3948 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ String
The last-updated timestamp of the member.
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3948 class Member < Struct.new( :account_id, :detector_id, :master_id, :email, :relationship_status, :invited_at, :updated_at, :administrator_id) SENSITIVE = [] include Aws::Structure end |