Class: Aws::Inspector2::Types::StartCisSessionRequest

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

#messageTypes::StartCisSessionMessage

The start CIS session message.



8097
8098
8099
8100
8101
8102
# File 'lib/aws-sdk-inspector2/types.rb', line 8097

class StartCisSessionRequest < Struct.new(
  :scan_job_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#scan_job_idString

A unique identifier for the scan job.

Returns:

  • (String)


8097
8098
8099
8100
8101
8102
# File 'lib/aws-sdk-inspector2/types.rb', line 8097

class StartCisSessionRequest < Struct.new(
  :scan_job_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end