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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#restore_date_timeString

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

Returns:

  • (String)


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_progressBoolean

Whether a restore is currently in progress.

Returns:

  • (Boolean)


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_arnString

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

Returns:

  • (String)


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_arnString

The ARN of the source table for the backup.

Returns:

  • (String)


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