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.
8097 8098 8099 8100 8101 8102 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8097 class StartCisSessionRequest < Struct.new( :scan_job_id, :message) SENSITIVE = [] include Aws::Structure end |
#scan_job_id ⇒ String
A unique identifier for the scan job.
8097 8098 8099 8100 8101 8102 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8097 class StartCisSessionRequest < Struct.new( :scan_job_id, :message) SENSITIVE = [] include Aws::Structure end |