Class: Aws::Types::ListBotResourceGenerationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotResourceGenerationsResponse
- 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.
-
#generation_summaries ⇒ ::Array[Types::GenerationSummary]
Returns the value of attribute generation_summaries.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def bot_version @bot_version end |
#generation_summaries ⇒ ::Array[Types::GenerationSummary]
Returns the value of attribute generation_summaries.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def generation_summaries @generation_summaries end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def next_token @next_token end |