Class: Aws::Types::StartCisSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCisSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ Types::StartCisSessionMessage
Returns the value of attribute message.
-
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
Instance Attribute Details
#message ⇒ Types::StartCisSessionMessage
Returns the value of attribute message.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def @message end |
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def scan_job_id @scan_job_id end |