Class: Aws::Redshift::Types::DeleteClusterSnapshotResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

Describes a snapshot.

Returns:



3608
3609
3610
3611
3612
# File 'lib/aws-sdk-redshift/types.rb', line 3608

class DeleteClusterSnapshotResult < Struct.new(
  :snapshot)
  SENSITIVE = []
  include Aws::Structure
end