Class: Aws::RedshiftServerless::Types::DeleteSnapshotRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_nameString

The name of the snapshot to be deleted.

Returns:

  • (String)


863
864
865
866
867
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 863

class DeleteSnapshotRequest < Struct.new(
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end