Class: Aws::SecurityHub::Types::AwsDynamoDbTableRestoreSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableRestoreSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about the restore for the table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#restore_date_time ⇒ String
Indicates the point in time that the table was restored to.
-
#restore_in_progress ⇒ Boolean
Whether a restore is currently in progress.
-
#source_backup_arn ⇒ String
The ARN of the source backup from which the table was restored.
-
#source_table_arn ⇒ String
The ARN of the source table for the backup.
Instance Attribute Details
#restore_date_time ⇒ String
Indicates the point in time that the table was restored to.
For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
6028 6029 6030 6031 6032 6033 6034 6035 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6028 class AwsDynamoDbTableRestoreSummary < Struct.new( :source_backup_arn, :source_table_arn, :restore_date_time, :restore_in_progress) SENSITIVE = [] include Aws::Structure end |
#restore_in_progress ⇒ Boolean
Whether a restore is currently in progress.
6028 6029 6030 6031 6032 6033 6034 6035 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6028 class AwsDynamoDbTableRestoreSummary < Struct.new( :source_backup_arn, :source_table_arn, :restore_date_time, :restore_in_progress) SENSITIVE = [] include Aws::Structure end |
#source_backup_arn ⇒ String
The ARN of the source backup from which the table was restored.
6028 6029 6030 6031 6032 6033 6034 6035 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6028 class AwsDynamoDbTableRestoreSummary < Struct.new( :source_backup_arn, :source_table_arn, :restore_date_time, :restore_in_progress) SENSITIVE = [] include Aws::Structure end |
#source_table_arn ⇒ String
The ARN of the source table for the backup.
6028 6029 6030 6031 6032 6033 6034 6035 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6028 class AwsDynamoDbTableRestoreSummary < Struct.new( :source_backup_arn, :source_table_arn, :restore_date_time, :restore_in_progress) SENSITIVE = [] include Aws::Structure end |