Class: Aws::Redshift::Types::ModifyClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyClusterSnapshotResult
- 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.
8565 8566 8567 8568 8569 |
# File 'lib/aws-sdk-redshift/types.rb', line 8565 class ModifyClusterSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |