Class: Aws::Inspector2::Types::EnableRequest

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

#account_idsArray<String>

A list of account IDs you want to enable Amazon Inspector scans for.



3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-inspector2/types.rb', line 3984

class EnableRequest < Struct.new(
  :account_ids,
  :resource_types,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The idempotency token for the request.

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



3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-inspector2/types.rb', line 3984

class EnableRequest < Struct.new(
  :account_ids,
  :resource_types,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typesArray<String>

The resource scan types you want to enable.



3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-inspector2/types.rb', line 3984

class EnableRequest < Struct.new(
  :account_ids,
  :resource_types,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end