Class: Aws::Types::UpdateSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def last_updated_at @last_updated_at end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def session_id @session_id end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
2837 2838 2839 |
# File 'sig/types.rbs', line 2837 def session_status @session_status end |