Class: Aws::Organizations::Types::DeregisterDelegatedAdministratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DeregisterDelegatedAdministratorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
-
#service_principal ⇒ String
The service principal name of an Amazon Web Services service for which the account is a delegated administrator.
Instance Attribute Details
#account_id ⇒ String
The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
1448 1449 1450 1451 1452 1453 |
# File 'lib/aws-sdk-organizations/types.rb', line 1448 class DeregisterDelegatedAdministratorRequest < Struct.new( :account_id, :service_principal) SENSITIVE = [] include Aws::Structure end |
#service_principal ⇒ String
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.
1448 1449 1450 1451 1452 1453 |
# File 'lib/aws-sdk-organizations/types.rb', line 1448 class DeregisterDelegatedAdministratorRequest < Struct.new( :account_id, :service_principal) SENSITIVE = [] include Aws::Structure end |