Method: Aws::DynamoDB::Types::ReplicationGroupUpdate#delete
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
#delete ⇒ Types::DeleteReplicationGroupMemberAction
The parameters required for deleting a replica for the table.
7830 7831 7832 7833 7834 7835 7836 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7830 class ReplicationGroupUpdate < Struct.new( :create, :update, :delete) SENSITIVE = [] include Aws::Structure end |