Class: Aws::RedshiftServerless::Types::RestoreFromRecoveryPointRequest

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

#namespace_nameString

The name of the namespace to restore data into.

Returns:

  • (String)


2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2211

class RestoreFromRecoveryPointRequest < Struct.new(
  :namespace_name,
  :recovery_point_id,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_point_idString

The unique identifier of the recovery point to restore from.

Returns:

  • (String)


2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2211

class RestoreFromRecoveryPointRequest < Struct.new(
  :namespace_name,
  :recovery_point_id,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#workgroup_nameString

The name of the workgroup used to restore data.

Returns:

  • (String)


2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2211

class RestoreFromRecoveryPointRequest < Struct.new(
  :namespace_name,
  :recovery_point_id,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end