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

Class: Aws::Organizations::Types::DeregisterDelegatedAdministratorRequest

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

Overview

Note:

When passing DeregisterDelegatedAdministratorRequest 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 that you want to deregister as a delegated administrator.

Returns:

  • (String)

    The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

#service_principalString

The service principal name of an AWS service for which the account is a delegated administrator.

Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

Returns:

  • (String)

    The service principal name of an AWS service for which the account is a delegated administrator.