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.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def created_at @created_at end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def encryption_key_arn @encryption_key_arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def last_updated_at @last_updated_at end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def session_id @session_id end |
#session_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_metadata.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def @session_metadata end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def session_status @session_status end |