Class: Aws::Types::ReplicationGroupUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationGroupUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create ⇒ Types::CreateReplicationGroupMemberAction
Returns the value of attribute create.
-
#delete ⇒ Types::DeleteReplicationGroupMemberAction
Returns the value of attribute delete.
-
#update ⇒ Types::UpdateReplicationGroupMemberAction
Returns the value of attribute update.
Instance Attribute Details
#create ⇒ Types::CreateReplicationGroupMemberAction
Returns the value of attribute create.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def create @create end |
#delete ⇒ Types::DeleteReplicationGroupMemberAction
Returns the value of attribute delete.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def delete @delete end |
#update ⇒ Types::UpdateReplicationGroupMemberAction
Returns the value of attribute update.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def update @update end |