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.
6719 6720 6721 6722 6723 6724 6725 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6719 class StopCisSessionRequest < Struct.new( :message, :scan_job_id, :session_token) SENSITIVE = [] include Aws::Structure end |
#scan_job_id ⇒ String
A unique identifier for the scan job.
6719 6720 6721 6722 6723 6724 6725 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6719 class StopCisSessionRequest < Struct.new( :message, :scan_job_id, :session_token) SENSITIVE = [] include Aws::Structure end |
#session_token ⇒ String
The unique token that identifies the CIS session.
6719 6720 6721 6722 6723 6724 6725 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6719 class StopCisSessionRequest < Struct.new( :message, :scan_job_id, :session_token) SENSITIVE = [] include Aws::Structure end |