Class: Aws::Inspector2::Types::StopCisSessionRequest

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::StopCisSessionMessage

The stop CIS session message.



10185
10186
10187
10188
10189
10190
10191
# File 'lib/aws-sdk-inspector2/types.rb', line 10185

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

#scan_job_id ⇒ String

A unique identifier for the scan job.

Returns:

  • (String)


10185
10186
10187
10188
10189
10190
10191
# File 'lib/aws-sdk-inspector2/types.rb', line 10185

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

#session_token ⇒ String

The unique token that identifies the CIS session.

Returns:

  • (String)


10185
10186
10187
10188
10189
10190
10191
# File 'lib/aws-sdk-inspector2/types.rb', line 10185

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