Class: Aws::Types::CompleteMigrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::CompleteMigrationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
302 303 304 |
# File 'sig/types.rbs', line 302 def force @force end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def replication_group_id @replication_group_id end |