Class: Aws::Types::DescribeBotReplicaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotReplicaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def bot_id @bot_id end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def replica_region @replica_region end |