Class: Aws::Types::DeleteSlotTypeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def slot_type_id
  @slot_type_id
end