Class: Aws::Types::StartBotAnalyzerResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartBotAnalyzerResponse
- 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.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_analyzer_request_id ⇒ ::String
Returns the value of attribute bot_analyzer_request_id.
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.
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.
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.
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.
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.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def locale_id @locale_id end |