Class: Aws::Types::BotAnalyzerHistorySummary

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)


426
427
428
# File 'sig/types.rbs', line 426

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


424
425
426
# File 'sig/types.rbs', line 424

def bot_analyzer_status
  @bot_analyzer_status
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


425
426
427
# File 'sig/types.rbs', line 425

def creation_date_time
  @creation_date_time
end