Class: Aws::Types::ListBotVersionReplicasResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotVersionReplicasResponse
- 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_replica_summaries ⇒ ::Array[Types::BotVersionReplicaSummary]
Returns the value of attribute bot_version_replica_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def bot_id @bot_id end |
#bot_version_replica_summaries ⇒ ::Array[Types::BotVersionReplicaSummary]
Returns the value of attribute bot_version_replica_summaries.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def bot_version_replica_summaries @bot_version_replica_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def next_token @next_token end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def replica_region @replica_region end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def source_region @source_region end |