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

#messageTypes::StopCisSessionMessage

The stop CIS session message.



8318
8319
8320
8321
8322
8323
8324
# File 'lib/aws-sdk-inspector2/types.rb', line 8318

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)


8318
8319
8320
8321
8322
8323
8324
# File 'lib/aws-sdk-inspector2/types.rb', line 8318

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)


8318
8319
8320
8321
8322
8323
8324
# File 'lib/aws-sdk-inspector2/types.rb', line 8318

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