Class: Aws::Inspector2::Types::SendCisSessionHealthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::SendCisSessionHealthRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#scan_job_id ⇒ String
A unique identifier for the scan job.
6407 6408 6409 6410 6411 6412 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6407 class SendCisSessionHealthRequest < Struct.new( :scan_job_id, :session_token) SENSITIVE = [] include Aws::Structure end |
#session_token ⇒ String
The unique token that identifies the CIS session.
6407 6408 6409 6410 6411 6412 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6407 class SendCisSessionHealthRequest < Struct.new( :scan_job_id, :session_token) SENSITIVE = [] include Aws::Structure end |