Class: Aws::Redshift::Types::BatchModifyClusterSnapshotsOutputMessage

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:



541
542
543
544
545
546
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 541

class BatchModifyClusterSnapshotsOutputMessage < Struct.new(
  :resources,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<String>

A list of the snapshots that were modified.

Returns:

  • (Array<String>)


541
542
543
544
545
546
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 541

class BatchModifyClusterSnapshotsOutputMessage < Struct.new(
  :resources,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end