Class: Aws::Types::ListBotAliasReplicasResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotAliasReplicasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_replica_summaries ⇒ ::Array[Types::BotAliasReplicaSummary]
Returns the value of attribute bot_alias_replica_summaries.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#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_alias_replica_summaries ⇒ ::Array[Types::BotAliasReplicaSummary]
Returns the value of attribute bot_alias_replica_summaries.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def bot_alias_replica_summaries @bot_alias_replica_summaries end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def bot_id @bot_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def next_token @next_token end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def replica_region @replica_region end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def source_region @source_region end |