Class: Aws::Types::DeleteBotVersionRequest

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)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def bot_version
  @bot_version
end

#skip_resource_in_use_check ⇒ Boolean

Returns the value of attribute skip_resource_in_use_check.

Returns:

  • (Boolean)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def skip_resource_in_use_check
  @skip_resource_in_use_check
end