Class: Aws::Redshift::Types::CopyClusterSnapshotResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

Describes a snapshot.

Returns:



1296
1297
1298
1299
# File 'lib/aws-sdk-redshift/types.rb', line 1296

class CopyClusterSnapshotResult < Struct.new(
  :snapshot)
  include Aws::Structure
end