Class: Aws::Types::IssueLocation
- Inherits:
-
Object
- Object
- Aws::Types::IssueLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_locale ⇒ ::String
Returns the value of attribute bot_locale.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
Instance Attribute Details
#bot_locale ⇒ ::String
Returns the value of attribute bot_locale.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def bot_locale @bot_locale end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def intent_id @intent_id end |
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def slot_id @slot_id end |