You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsDynamoDbTableRestoreSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsDynamoDbTableRestoreSummary as input to an Aws::Client method, you can use a vanilla Hash:

{
  source_backup_arn: "NonEmptyString",
  source_table_arn: "NonEmptyString",
  restore_date_time: "NonEmptyString",
  restore_in_progress: false,
}

Information about the restore for the table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#restore_date_timeString

Indicates the point in time that the table was restored to.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates the point in time that the table was restored to.

#restore_in_progressBoolean

Whether a restore is currently in progress.

Returns:

  • (Boolean)

    Whether a restore is currently in progress.

#source_backup_arnString

The ARN of the source backup from which the table was restored.

Returns:

  • (String)

    The ARN of the source backup from which the table was restored.

#source_table_arnString

The ARN of the source table for the backup.

Returns:

  • (String)

    The ARN of the source table for the backup.