Class: Aws::RedshiftServerless::Types::ConvertRecoveryPointToSnapshotRequest

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

#recovery_point_idString

The unique identifier of the recovery point.

Returns:

  • (String)


124
125
126
127
128
129
130
131
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 124

class ConvertRecoveryPointToSnapshotRequest < Struct.new(
  :recovery_point_id,
  :retention_period,
  :snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#retention_periodInteger

How long to retain the snapshot.

Returns:

  • (Integer)


124
125
126
127
128
129
130
131
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 124

class ConvertRecoveryPointToSnapshotRequest < Struct.new(
  :recovery_point_id,
  :retention_period,
  :snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_nameString

The name of the snapshot.

Returns:

  • (String)


124
125
126
127
128
129
130
131
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 124

class ConvertRecoveryPointToSnapshotRequest < Struct.new(
  :recovery_point_id,
  :retention_period,
  :snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of Tag objects to associate with the created snapshot.

Returns:



124
125
126
127
128
129
130
131
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 124

class ConvertRecoveryPointToSnapshotRequest < Struct.new(
  :recovery_point_id,
  :retention_period,
  :snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end