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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The idempotency token for the request.

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

Returns:

  • (String)


2901
2902
2903
2904
2905
2906
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2901

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

#delegated_admin_account_idString

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

Returns:

  • (String)


2901
2902
2903
2904
2905
2906
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2901

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