Class: Aws::RedshiftServerless::Types::GetSnapshotResponse

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

#snapshotTypes::Snapshot

The returned snapshot object.

Returns:



844
845
846
847
848
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 844

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