Class: Aws::Types::SendCisSessionHealthRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendCisSessionHealthRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
-
#session_token ⇒ ::String
Returns the value of attribute session_token.
Instance Attribute Details
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def scan_job_id @scan_job_id end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def session_token @session_token end |