Class: Aws::Types::DeleteBotVersionResponse

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)


1195
1196
1197
# File 'sig/types.rbs', line 1195

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")


1197
1198
1199
# File 'sig/types.rbs', line 1197

def bot_status
  @bot_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def bot_version
  @bot_version
end