Class: Aws::Redshift::Types::CreateClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CreateClusterSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
Describes a snapshot.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
Describes a snapshot.
1556 1557 1558 1559 |
# File 'lib/aws-sdk-redshift/types.rb', line 1556 class CreateClusterSnapshotResult < Struct.new( :snapshot) include Aws::Structure end |