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

#message ⇒ Types::StartCisSessionMessage

The start CIS session message.



9958
9959
9960
9961
9962
9963
# File 'lib/aws-sdk-inspector2/types.rb', line 9958

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

#scan_job_id ⇒ String

A unique identifier for the scan job.

Returns:

  • (String)


9958
9959
9960
9961
9962
9963
# File 'lib/aws-sdk-inspector2/types.rb', line 9958

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