You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::GetMemberResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about an account that's associated with an Amazon Macie master account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)

#arnString

Returns:

  • (String)

#emailString

Returns:

  • (String)

#invited_atTime

Returns:

  • (Time)

#master_account_idString

Returns:

  • (String)

#relationship_statusString

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

Returns:

  • (String)

    The current status of the relationship between an account and an associated Amazon Macie master account (inviter account).

#tagsHash<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.

Returns:

  • (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_atTime

Returns:

  • (Time)