Class: Aws::Redshift::Types::BatchDeleteClusterSnapshotsResult

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

#errorsArray<Types::SnapshotErrorMessage>

A list of any errors returned.

Returns:



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

#resourcesArray<String>

A list of the snapshot identifiers that were deleted.

Returns:

  • (Array<String>)


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