Class: Aws::RedshiftServerless::Types::RecoveryPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::RecoveryPoint
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace_arn ⇒ String
The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
-
#namespace_name ⇒ String
The name of the namespace the recovery point is associated with.
-
#recovery_point_create_time ⇒ Time
The time the recovery point is created.
-
#recovery_point_id ⇒ String
The unique identifier of the recovery point.
-
#total_size_in_mega_bytes ⇒ Float
The total size of the data in the recovery point in megabytes.
-
#workgroup_name ⇒ String
The name of the workgroup the recovery point is associated with.
Instance Attribute Details
#namespace_arn ⇒ String
The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2176 class RecoveryPoint < Struct.new( :namespace_arn, :namespace_name, :recovery_point_create_time, :recovery_point_id, :total_size_in_mega_bytes, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namespace the recovery point is associated with.
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2176 class RecoveryPoint < Struct.new( :namespace_arn, :namespace_name, :recovery_point_create_time, :recovery_point_id, :total_size_in_mega_bytes, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#recovery_point_create_time ⇒ Time
The time the recovery point is created.
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2176 class RecoveryPoint < Struct.new( :namespace_arn, :namespace_name, :recovery_point_create_time, :recovery_point_id, :total_size_in_mega_bytes, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#recovery_point_id ⇒ String
The unique identifier of the recovery point.
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2176 class RecoveryPoint < Struct.new( :namespace_arn, :namespace_name, :recovery_point_create_time, :recovery_point_id, :total_size_in_mega_bytes, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#total_size_in_mega_bytes ⇒ Float
The total size of the data in the recovery point in megabytes.
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2176 class RecoveryPoint < Struct.new( :namespace_arn, :namespace_name, :recovery_point_create_time, :recovery_point_id, :total_size_in_mega_bytes, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The name of the workgroup the recovery point is associated with.
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2176 class RecoveryPoint < Struct.new( :namespace_arn, :namespace_name, :recovery_point_create_time, :recovery_point_id, :total_size_in_mega_bytes, :workgroup_name) SENSITIVE = [] include Aws::Structure end |