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:



1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1858

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)


1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1858

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