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

Class: Aws::Organizations::Types::RegisterDelegatedAdministratorRequest

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

Overview

Note:

When passing RegisterDelegatedAdministratorRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  account_id: "AccountId", # required
  service_principal: "ServicePrincipal", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID number of the member account in the organization to register as a delegated administrator.

Returns:

  • (String)

    The account ID number of the member account in the organization to register as a delegated administrator.

#service_principalString

The service principal of the AWS service for which you want to make the member account a delegated administrator.

Returns:

  • (String)

    The service principal of the AWS service for which you want to make the member account a delegated administrator.