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

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

#recovery_point_idString

The unique identifier of the recovery point.

Returns:

  • (String)


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

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)


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

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)


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

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.

[1]: docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html

Returns:



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

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