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.



6536
6537
6538
6539
6540
6541
# File 'lib/aws-sdk-inspector2/types.rb', line 6536

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

#scan_job_idString

A unique identifier for the scan job.

Returns:

  • (String)


6536
6537
6538
6539
6540
6541
# File 'lib/aws-sdk-inspector2/types.rb', line 6536

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