Class: Aws::Types::StopCisSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopCisSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ Types::StopCisSessionMessage
Returns the value of attribute message.
-
#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
#message ⇒ Types::StopCisSessionMessage
Returns the value of attribute message.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def @message end |
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def scan_job_id @scan_job_id end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def session_token @session_token end |