Class: Aws::Redshift::Types::BatchModifyClusterSnapshotsOutputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::BatchModifyClusterSnapshotsOutputMessage
- 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 snapshots that were modified.
Instance Attribute Details
#errors ⇒ Array<Types::SnapshotErrorMessage>
A list of any errors returned.
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 |
#resources ⇒ Array<String>
A list of the snapshots that were modified.
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 |