Class: Aws::Organizations::Types::RegisterDelegatedAdministratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::RegisterDelegatedAdministratorRequest
- 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 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.
4363 4364 4365 4366 4367 4368 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4363 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.
4363 4364 4365 4366 4367 4368 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4363 class RegisterDelegatedAdministratorRequest < Struct.new( :account_id, :service_principal) SENSITIVE = [] include Aws::Structure end |