Class: Aws::Organizations::Types::DeregisterDelegatedAdministratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DeregisterDelegatedAdministratorRequest
- Defined in:
- gems/aws-sdk-organizations/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.
1458 1459 1460 1461 1462 1463 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1458 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.
1458 1459 1460 1461 1462 1463 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1458 class DeregisterDelegatedAdministratorRequest < Struct.new( :account_id, :service_principal) SENSITIVE = [] include Aws::Structure end |