Class: Aws::Types::GetSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionInput
- 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.
594 595 596 |
# File 'sig/types.rbs', line 594 def cluster_id @cluster_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def session_id @session_id end |