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.
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5972 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.
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5972 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.
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5972 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.
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5972 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.
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5972 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.
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5972 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.
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5972 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.
5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5972 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 |