Class: Aws::Types::BotAnalyzerHistorySummary
- Inherits:
-
Object
- Object
- Aws::Types::BotAnalyzerHistorySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_analyzer_request_id ⇒ ::String
Returns the value of attribute bot_analyzer_request_id.
-
#bot_analyzer_status ⇒ "Processing", ...
Returns the value of attribute bot_analyzer_status.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
Instance Attribute Details
#bot_analyzer_request_id ⇒ ::String
Returns the value of attribute bot_analyzer_request_id.
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.
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.
425 426 427 |
# File 'sig/types.rbs', line 425 def creation_date_time @creation_date_time end |