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

Class: Aws::SecurityHub::Types::Member

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

Overview

The details about a member account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID of the member account.

Returns:

  • (String)

    The AWS account ID of the member account.

#emailString

The email address of the member account.

Returns:

  • (String)

    The email address of the member account.

#invited_atTime

A timestamp for the date and time when the invitation was sent to the member account.

Returns:

  • (Time)

    A timestamp for the date and time when the invitation was sent to the member account.

#master_idString

The AWS account ID of the Security Hub master account associated with this member account.

Returns:

  • (String)

    The AWS account ID of the Security Hub master account associated with this member account.

#member_statusString

The status of the relationship between the member account and its master account.

The status can have one of the following values:

  • CREATED - Indicates that the master account added the member account, but has not yet invited the member account.

  • INVITED - Indicates that the master account invited the member account. The member account has not yet responded to the invitation.

  • ASSOCIATED - Indicates that the member account accepted the invitation.

  • REMOVED - Indicates that the master account disassociated the member account.

  • RESIGNED - Indicates that the member account disassociated themselves from the master account.

  • DELETED - Indicates that the master account deleted the member account.

Returns:

  • (String)

    The status of the relationship between the member account and its master account.

#updated_atTime

The timestamp for the date and time when the member account was updated.

Returns:

  • (Time)

    The timestamp for the date and time when the member account was updated.