Class: Aws::Types::GetSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#checkpoint_label_filter ⇒ ::String
Returns the value of attribute checkpoint_label_filter.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
87 88 89 |
# File 'sig/types.rbs', line 87 def bot_alias @bot_alias end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def bot_name @bot_name end |
#checkpoint_label_filter ⇒ ::String
Returns the value of attribute checkpoint_label_filter.
89 90 91 |
# File 'sig/types.rbs', line 89 def checkpoint_label_filter @checkpoint_label_filter end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
88 89 90 |
# File 'sig/types.rbs', line 88 def user_id @user_id end |