Class: Aws::Types::DeleteBotReplicaResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotReplicaResponse
- 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_status ⇒ "Enabling", ...
Returns the value of attribute bot_replica_status.
-
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def bot_id @bot_id end |
#bot_replica_status ⇒ "Enabling", ...
Returns the value of attribute bot_replica_status.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def bot_replica_status @bot_replica_status end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def replica_region @replica_region end |