Class: Aws::Redshift::Types::CopyClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CopyClusterSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
Describes a snapshot.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
Describes a snapshot.
1864 1865 1866 1867 1868 |
# File 'lib/aws-sdk-redshift/types.rb', line 1864 class CopyClusterSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |