Class: Aws::Inspector2::Types::EnableDelegatedAdminAccountRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ String

The idempotency token for the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
# File 'lib/aws-sdk-inspector2/types.rb', line 4860

class EnableDelegatedAdminAccountRequest < Struct.new(
  :delegated_admin_account_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#delegated_admin_account_id ⇒ String

The Amazon Web Services account ID of the Amazon Inspector delegated administrator.

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
# File 'lib/aws-sdk-inspector2/types.rb', line 4860

class EnableDelegatedAdminAccountRequest < Struct.new(
  :delegated_admin_account_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end