Class: Aws::Types::DeleteBotRequest

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)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def bot_id
  @bot_id
end

#skip_resource_in_use_check ⇒ Boolean

Returns the value of attribute skip_resource_in_use_check.

Returns:

  • (Boolean)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def skip_resource_in_use_check
  @skip_resource_in_use_check
end