Class: Aws::Types::DeleteSlotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSlotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def bot_version @bot_version end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def intent_id @intent_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def locale_id @locale_id end |
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def slot_id @slot_id end |