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

Class: Aws::GuardDuty::Types::Master

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

Overview

Contains information about the master account and invitation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the account used as the master account.

Returns:

  • (String)

    The ID of the account used as the master account.

#invitation_idString

The value used to validate the master account to the member account.

Returns:

  • (String)

    The value used to validate the master account to the member account.

#invited_atString

The timestamp when the invitation was sent.

Returns:

  • (String)

    The timestamp when the invitation was sent.

#relationship_statusString

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

Returns:

  • (String)

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