Class: Aws::RedshiftServerless::Types::DeleteSnapshotResponse

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

#snapshotTypes::Snapshot

The deleted snapshot object.

Returns:



873
874
875
876
877
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 873

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