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

Class: Aws::Organizations::Types::DelegatedAdministrator

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

Overview

Contains information about the delegated administrator.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the delegated administrator\'s account.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the delegated administrator\'s account.

#delegation_enabled_dateTime

The date when the account was made a delegated administrator.

Returns:

  • (Time)

    The date when the account was made a delegated administrator.

#emailString

The email address that is associated with the delegated administrator\'s AWS account.

Returns:

  • (String)

    The email address that is associated with the delegated administrator\'s AWS account.

#idString

The unique identifier (ID) of the delegated administrator\'s account.

Returns:

  • (String)

    The unique identifier (ID) of the delegated administrator\'s account.

#joined_methodString

The method by which the delegated administrator\'s account joined the organization.

Possible values:

  • INVITED
  • CREATED

Returns:

  • (String)

    The method by which the delegated administrator\'s account joined the organization.

#joined_timestampTime

The date when the delegated administrator\'s account became a part of the organization.

Returns:

  • (Time)

    The date when the delegated administrator\'s account became a part of the organization.

#nameString

The friendly name of the delegated administrator\'s account.

Returns:

  • (String)

    The friendly name of the delegated administrator\'s account.

#statusString

The status of the delegated administrator\'s account in the organization.

Possible values:

  • ACTIVE
  • SUSPENDED

Returns:

  • (String)

    The status of the delegated administrator\'s account in the organization.