Class: Aws::Types::DescribeBotResourceGenerationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotResourceGenerationResponse
- 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.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#generated_bot_locale_url ⇒ ::String
Returns the value of attribute generated_bot_locale_url.
-
#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.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def creation_date_time @creation_date_time end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def failure_reasons @failure_reasons end |
#generated_bot_locale_url ⇒ ::String
Returns the value of attribute generated_bot_locale_url.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def generated_bot_locale_url @generated_bot_locale_url end |
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def generation_id @generation_id end |
#generation_input_prompt ⇒ ::String
Returns the value of attribute generation_input_prompt.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def generation_input_prompt @generation_input_prompt end |
#generation_status ⇒ "Failed", ...
Returns the value of attribute generation_status.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def generation_status @generation_status end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def last_updated_date_time @last_updated_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def locale_id @locale_id end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def model_arn @model_arn end |