Class: Aws::Types::StartBotResourceGenerationResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartBotResourceGenerationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
-
#generation_input_prompt ⇒ ::String
Returns the value of attribute generation_input_prompt.
-
#generation_status ⇒ "Failed", ...
Returns the value of attribute generation_status.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def creation_date_time @creation_date_time end |
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def generation_id @generation_id end |
#generation_input_prompt ⇒ ::String
Returns the value of attribute generation_input_prompt.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def generation_input_prompt @generation_input_prompt end |
#generation_status ⇒ "Failed", ...
Returns the value of attribute generation_status.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def generation_status @generation_status end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def locale_id @locale_id end |