Class: Aws::Types::StartBotAnalyzerResponse

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)


3143
3144
3145
# File 'sig/types.rbs', line 3143

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


3142
3143
3144
# File 'sig/types.rbs', line 3142

def bot_analyzer_status
  @bot_analyzer_status
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


3139
3140
3141
# File 'sig/types.rbs', line 3139

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3140
3141
3142
# File 'sig/types.rbs', line 3140

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def creation_date_time
  @creation_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3141
3142
3143
# File 'sig/types.rbs', line 3141

def locale_id
  @locale_id
end