Class: Aws::Organizations::Types::RegisterDelegatedAdministratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::RegisterDelegatedAdministratorRequest
- 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 to register as a delegated administrator.
-
#service_principal ⇒ String
The service principal of the Amazon Web Services service for which you want to make the member account a delegated administrator.
Instance Attribute Details
#account_id ⇒ String
The account ID number of the member account in the organization to register as a delegated administrator.
4338 4339 4340 4341 4342 4343 |
# File 'lib/aws-sdk-organizations/types.rb', line 4338 class RegisterDelegatedAdministratorRequest < Struct.new( :account_id, :service_principal) SENSITIVE = [] include Aws::Structure end |
#service_principal ⇒ String
The service principal of the Amazon Web Services service for which you want to make the member account a delegated administrator.
4338 4339 4340 4341 4342 4343 |
# File 'lib/aws-sdk-organizations/types.rb', line 4338 class RegisterDelegatedAdministratorRequest < Struct.new( :account_id, :service_principal) SENSITIVE = [] include Aws::Structure end |