class Aws::SecurityHub::Types::AwsDynamoDbTableRestoreSummary

Information about the restore for the table.

@note When making an API call, you may pass AwsDynamoDbTableRestoreSummary

data as a hash:

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

@!attribute [rw] source_backup_arn

The ARN of the source backup from which the table was restored.
@return [String]

@!attribute [rw] source_table_arn

The ARN of the source table for the backup.
@return [String]

@!attribute [rw] restore_date_time

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][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] restore_in_progress

Whether a restore is currently in progress.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableRestoreSummary AWS API Documentation

Constants

SENSITIVE