Class: Aws::Types::GetSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_metadata.
-
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def created_at @created_at end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def encryption_key_arn @encryption_key_arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def last_updated_at @last_updated_at end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def session_id @session_id end |
#session_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_metadata.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def @session_metadata end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def session_status @session_status end |