Class: Aws::RedshiftServerless::Types::RecoveryPoint

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#namespace_arnString

The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2148

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_nameString

The name of the namespace the recovery point is associated with.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2148

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_timeTime

The time the recovery point is created.

Returns:

  • (Time)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2148

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_idString

The unique identifier of the recovery point.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2148

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_bytesFloat

The total size of the data in the recovery point in megabytes.

Returns:

  • (Float)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2148

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_nameString

The name of the workgroup the recovery point is associated with.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2148

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