Class: Aws::Redshift::Types::BatchDeleteClusterSnapshotsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifiersArray<Types::DeleteClusterSnapshotMessage>

A list of identifiers for the snapshots that you want to delete.



463
464
465
466
467
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 463

class BatchDeleteClusterSnapshotsRequest < Struct.new(
  :identifiers)
  SENSITIVE = []
  include Aws::Structure
end