Class: Aws::Inspector2::Types::StopCisSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StopCisSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ Types::StopCisSessionMessage
The stop CIS session message.
-
#scan_job_id ⇒ String
A unique identifier for the scan job.
-
#session_token ⇒ String
The unique token that identifies the CIS session.
Instance Attribute Details
#message ⇒ Types::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_id ⇒ String
A unique identifier for the scan job.
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_token ⇒ String
The unique token that identifies the CIS session.
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 |