Class: Aws::Types::ListBotAliasesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotAliasesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_summaries ⇒ ::Array[Types::BotAliasSummary]
Returns the value of attribute bot_alias_summaries.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_alias_summaries ⇒ ::Array[Types::BotAliasSummary]
Returns the value of attribute bot_alias_summaries.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def bot_alias_summaries @bot_alias_summaries end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def bot_id @bot_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def next_token @next_token end |