Class: Aws::RedshiftServerless::Types::DeleteSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_name ⇒ String
The name of the snapshot to be deleted.
Instance Attribute Details
#snapshot_name ⇒ String
The name of the snapshot to be deleted.
875 876 877 878 879 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 875 class DeleteSnapshotRequest < Struct.new( :snapshot_name) SENSITIVE = [] include Aws::Structure end |