Class: Aws::Types::DeleteBotLocaleResponse

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)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def bot_id
  @bot_id
end

#bot_locale_status ⇒ "Creating", ...

Returns the value of attribute bot_locale_status.

Returns:

  • ("Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing")


1158
1159
1160
# File 'sig/types.rbs', line 1158

def bot_locale_status
  @bot_locale_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def locale_id
  @locale_id
end