Class: Aws::Redshift::Types::CopyClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CopyClusterSnapshotResult
- Defined in:
- gems/aws-sdk-redshift/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.
1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1862 class CopyClusterSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |