You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::Member
- Defined in:
- (unknown)
Overview
Provides information about an account that's associated with an Amazon Macie master account.
Instance Attribute Summary collapse
-
#account_id ⇒ String
-
#arn ⇒ String
-
#email ⇒ String
-
#invited_at ⇒ Time
-
#master_account_id ⇒ String
-
#relationship_status ⇒ String
The current status of the relationship between an account and an associated Amazon Macie master account (inviter account).
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for a classification job, custom data identifier, findings filter, or member account.
.
-
#updated_at ⇒ Time
Instance Attribute Details
#account_id ⇒ String
#arn ⇒ String
#email ⇒ String
#invited_at ⇒ Time
#master_account_id ⇒ String
#relationship_status ⇒ String
The current status of the relationship between an account and an associated Amazon Macie master account (inviter account). Possible values are:
Possible values:
- Enabled
- Paused
- Invited
- Created
- Removed
- Resigned
- EmailVerificationInProgress
- EmailVerificationFailed
- RegionDisabled
- AccountSuspended
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for a classification job, custom data identifier, findings filter, or member account.