Class: Aws::Types::StopBotAnalyzerResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_analyzer_request_id ⇒ ::String

Returns the value of attribute bot_analyzer_request_id.

Returns:

  • (::String)


3265
3266
3267
# File 'sig/types.rbs', line 3265

def bot_analyzer_request_id
  @bot_analyzer_request_id
end

#bot_analyzer_status ⇒ "Processing", ...

Returns the value of attribute bot_analyzer_status.

Returns:

  • ("Processing", "Available", "Failed", "Stopping", "Stopped")


3264
3265
3266
# File 'sig/types.rbs', line 3264

def bot_analyzer_status
  @bot_analyzer_status
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


3261
3262
3263
# File 'sig/types.rbs', line 3261

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3262
3263
3264
# File 'sig/types.rbs', line 3262

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3263
3264
3265
# File 'sig/types.rbs', line 3263

def locale_id
  @locale_id
end