Class: Aws::Types::TerminateSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::TerminateSessionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def cluster_id @cluster_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def session_id @session_id end |