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:



1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1615

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)


1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1615

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