Class: Aws::Organizations::Types::RegisterDelegatedAdministratorRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 to register as a delegated administrator.

Returns:

  • (String)


4300
4301
4302
4303
4304
4305
# File 'lib/aws-sdk-organizations/types.rb', line 4300

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

#service_principalString

The service principal of the Amazon Web Services service for which you want to make the member account a delegated administrator.

Returns:

  • (String)


4300
4301
4302
4303
4304
4305
# File 'lib/aws-sdk-organizations/types.rb', line 4300

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