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

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

The stop CIS session message.



8324
8325
8326
8327
8328
8329
8330
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8324

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

#scan_job_idString

A unique identifier for the scan job.

Returns:

  • (String)


8324
8325
8326
8327
8328
8329
8330
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8324

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

#session_tokenString

The unique token that identifies the CIS session.

Returns:

  • (String)


8324
8325
8326
8327
8328
8329
8330
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8324

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