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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


490
491
492
493
494
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 490

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