Class: Aws::Redshift::Types::DeleteClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteClusterSnapshotResult
- 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.
3673 3674 3675 3676 3677 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3673 class DeleteClusterSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |