Class: Aws::SecurityHub::Types::AwsDynamoDbTableRestoreSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableRestoreSummary
- Defined in:
- gems/aws-sdk-securityhub/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.
6167 6168 6169 6170 6171 6172 6173 6174 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6167 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.
6167 6168 6169 6170 6171 6172 6173 6174 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6167 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.
6167 6168 6169 6170 6171 6172 6173 6174 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6167 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.
6167 6168 6169 6170 6171 6172 6173 6174 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6167 class AwsDynamoDbTableRestoreSummary < Struct.new( :source_backup_arn, :source_table_arn, :restore_date_time, :restore_in_progress) SENSITIVE = [] include Aws::Structure end |