Class: Aws::Types::TerminateSessionOutput
- Inherits:
-
Object
- Object
- Aws::Types::TerminateSessionOutput
- 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.
-
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def cluster_id @cluster_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def session_id @session_id end |
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def state @state end |