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.
8324 8325 8326 8327 8328 8329 8330 |
# File '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_id ⇒ String
A unique identifier for the scan job.
8324 8325 8326 8327 8328 8329 8330 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8324 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.
8324 8325 8326 8327 8328 8329 8330 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8324 class StopCisSessionRequest < Struct.new( :scan_job_id, :session_token, :message) SENSITIVE = [] include Aws::Structure end |