Class: Aws::Types::DeleteBotResponse

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)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def bot_id
  @bot_id
end

#bot_status ⇒ "Creating", ...

Returns the value of attribute bot_status.

Returns:

  • ("Creating", "Available", "Inactive", "Deleting", "Failed", "Versioning", "Importing", "Updating")


1183
1184
1185
# File 'sig/types.rbs', line 1183

def bot_status
  @bot_status
end