Class: Aws::RedshiftServerless::Types::RestoreFromRecoveryPointResponse

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

#namespaceTypes::Namespace

The namespace that data was restored into.

Returns:



2229
2230
2231
2232
2233
2234
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2229

class RestoreFromRecoveryPointResponse < Struct.new(
  :namespace,
  :recovery_point_id)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_point_idString

The unique identifier of the recovery point used for the restore.

Returns:

  • (String)


2229
2230
2231
2232
2233
2234
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2229

class RestoreFromRecoveryPointResponse < Struct.new(
  :namespace,
  :recovery_point_id)
  SENSITIVE = []
  include Aws::Structure
end