Class: Aws::DynamoDB::Types::RestoreSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Contains details for the restore.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#restore_date_timeTime

Point in time or source backup time.

Returns:

  • (Time)


7528
7529
7530
7531
7532
7533
7534
7535
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7528

class RestoreSummary < Struct.new(
  :source_backup_arn,
  :source_table_arn,
  :restore_date_time,
  :restore_in_progress)
  SENSITIVE = []
  include Aws::Structure
end

#restore_in_progressBoolean

Indicates if a restore is in progress or not.

Returns:

  • (Boolean)


7528
7529
7530
7531
7532
7533
7534
7535
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7528

class RestoreSummary < Struct.new(
  :source_backup_arn,
  :source_table_arn,
  :restore_date_time,
  :restore_in_progress)
  SENSITIVE = []
  include Aws::Structure
end

#source_backup_arnString

The Amazon Resource Name (ARN) of the backup from which the table was restored.

Returns:

  • (String)


7528
7529
7530
7531
7532
7533
7534
7535
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7528

class RestoreSummary < Struct.new(
  :source_backup_arn,
  :source_table_arn,
  :restore_date_time,
  :restore_in_progress)
  SENSITIVE = []
  include Aws::Structure
end

#source_table_arnString

The ARN of the source table of the backup that is being restored.

Returns:

  • (String)


7528
7529
7530
7531
7532
7533
7534
7535
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7528

class RestoreSummary < Struct.new(
  :source_backup_arn,
  :source_table_arn,
  :restore_date_time,
  :restore_in_progress)
  SENSITIVE = []
  include Aws::Structure
end