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

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

#snapshotTypes::Snapshot

Describes a snapshot.

Returns:



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

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