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

Class: Aws::GuardDuty::Types::Member

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

Overview

Contains information about the member account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the member account.

Returns:

  • (String)

    The ID of the member account.

#detector_idString

The detector ID of the member account.

Returns:

  • (String)

    The detector ID of the member account.

#emailString

The email address of the member account.

Returns:

  • (String)

    The email address of the member account.

#invited_atString

The timestamp when the invitation was sent.

Returns:

  • (String)

    The timestamp when the invitation was sent.

#master_idString

The master account ID.

Returns:

  • (String)

    The master account ID.

#relationship_statusString

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

Returns:

  • (String)

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

#updated_atString

The last-updated timestamp of the member.

Returns:

  • (String)

    The last-updated timestamp of the member.