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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1444

class DeregisterDelegatedAdministratorRequest < Struct.new(
  :account_id,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#service_principalString

The service principal name of an Amazon Web Services service for which the account is a delegated administrator.

Delegated administrator privileges are revoked for only the specified Amazon Web Services 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)


1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1444

class DeregisterDelegatedAdministratorRequest < Struct.new(
  :account_id,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end