Class: Aws::Types::TestFailoverMessage
- Inherits:
-
Object
- Object
- Aws::Types::TestFailoverMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
Instance Attribute Details
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def node_group_id @node_group_id end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def replication_group_id @replication_group_id end |