Class: Aws::Types::SSMSession
- Inherits:
-
Object
- Object
- Aws::Types::SSMSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#stream_url ⇒ ::String
Returns the value of attribute stream_url.
-
#token_value ⇒ ::String
Returns the value of attribute token_value.
Instance Attribute Details
#session_id ⇒ ::String
Returns the value of attribute session_id.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def session_id @session_id end |
#stream_url ⇒ ::String
Returns the value of attribute stream_url.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def stream_url @stream_url end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def token_value @token_value end |