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

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

#namespaceTypes::Namespace

The namespace that data was restored into.

Returns:



2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2231

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)


2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2231

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