Class: Aws::Types::ListBotAliasReplicasRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBotAliasReplicasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def bot_id @bot_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def next_token @next_token end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def replica_region @replica_region end |