Class: Aws::Redshift::Types::BatchDeleteClusterSnapshotsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::BatchDeleteClusterSnapshotsResult
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::SnapshotErrorMessage>
A list of any errors returned.
-
#resources ⇒ Array<String>
A list of the snapshot identifiers that were deleted.
Instance Attribute Details
#errors ⇒ Array<Types::SnapshotErrorMessage>
A list of any errors returned.
479 480 481 482 483 484 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 479 class BatchDeleteClusterSnapshotsResult < Struct.new( :resources, :errors) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<String>
A list of the snapshot identifiers that were deleted.
479 480 481 482 483 484 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 479 class BatchDeleteClusterSnapshotsResult < Struct.new( :resources, :errors) SENSITIVE = [] include Aws::Structure end |