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.
898 899 900 |
# File 'sig/types.rbs', line 898 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
899 900 901 |
# File 'sig/types.rbs', line 899 def assistant_id @assistant_id end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
900 901 902 |
# File 'sig/types.rbs', line 900 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
901 902 903 |
# File 'sig/types.rbs', line 901 def session_id @session_id end |