Class: Aws::Types::DeleteSlotTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSlotTypeRequest
- 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.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
-
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def locale_id @locale_id end |
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def skip_resource_in_use_check @skip_resource_in_use_check end |
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def slot_type_id @slot_type_id end |