Class: Aws::Types::ReplicationGroupUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#createTypes::CreateReplicationGroupMemberAction

Returns the value of attribute create.



1404
1405
1406
# File 'sig/types.rbs', line 1404

def create
  @create
end

#deleteTypes::DeleteReplicationGroupMemberAction

Returns the value of attribute delete.



1406
1407
1408
# File 'sig/types.rbs', line 1406

def delete
  @delete
end

#updateTypes::UpdateReplicationGroupMemberAction

Returns the value of attribute update.



1405
1406
1407
# File 'sig/types.rbs', line 1405

def update
  @update
end