Class: Aws::RedshiftServerless::Types::ConvertRecoveryPointToSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ConvertRecoveryPointToSnapshotRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_point_id ⇒ String
The unique identifier of the recovery point.
-
#retention_period ⇒ Integer
How long to retain the snapshot.
-
#snapshot_name ⇒ String
The name of the snapshot.
-
#tags ⇒ Array<Types::Tag>
An array of [Tag objects][1] to associate with the created snapshot.
Instance Attribute Details
#recovery_point_id ⇒ String
The unique identifier of the recovery point.
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_period ⇒ Integer
How long to retain the snapshot.
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_name ⇒ String
The name of the snapshot.
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 |
#tags ⇒ Array<Types::Tag>
An array of Tag objects to associate with the created snapshot.
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 |