Class: Aws::Types::ListBotReplicasResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotReplicasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_replica_summaries ⇒ ::Array[Types::BotReplicaSummary]
Returns the value of attribute bot_replica_summaries.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def bot_id @bot_id end |
#bot_replica_summaries ⇒ ::Array[Types::BotReplicaSummary]
Returns the value of attribute bot_replica_summaries.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def bot_replica_summaries @bot_replica_summaries end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def source_region @source_region end |