Class: Aws::Types::SessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def assistant_id @assistant_id end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def session_id @session_id end |