Class: Aws::Inspector2::Types::StartCisSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StartCisSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ Types::StartCisSessionMessage
The start CIS session message.
-
#scan_job_id ⇒ String
A unique identifier for the scan job.
Instance Attribute Details
#message ⇒ Types::StartCisSessionMessage
The start CIS session message.
6536 6537 6538 6539 6540 6541 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6536 class StartCisSessionRequest < Struct.new( :message, :scan_job_id) SENSITIVE = [] include Aws::Structure end |
#scan_job_id ⇒ String
A unique identifier for the scan job.
6536 6537 6538 6539 6540 6541 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6536 class StartCisSessionRequest < Struct.new( :message, :scan_job_id) SENSITIVE = [] include Aws::Structure end |