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.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def last_updated_at @last_updated_at end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def session_id @session_id end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def session_status @session_status end |