Class: Aws::RedshiftServerless::Types::CreateSnapshotResponse

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 created snapshot object.

Returns:



369
370
371
372
373
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 369

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