Class: Aws::Redshift::Types::BatchDeleteClusterSnapshotsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::BatchDeleteClusterSnapshotsRequest
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifiers ⇒ Array<Types::DeleteClusterSnapshotMessage>
A list of identifiers for the snapshots that you want to delete.
Instance Attribute Details
#identifiers ⇒ Array<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 |