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

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

#messageTypes::StartCisSessionMessage

The start CIS session message.



6510
6511
6512
6513
6514
6515
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6510

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)


6510
6511
6512
6513
6514
6515
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6510

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