Class: Aws::DynamoDB::Types::BackupDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Contains the description of the backup created for the table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_detailsTypes::BackupDetails

Contains the details of the backup created for the table.



512
513
514
515
516
517
518
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 512

class BackupDescription < Struct.new(
  :backup_details,
  :source_table_details,
  :source_table_feature_details)
  SENSITIVE = []
  include Aws::Structure
end

#source_table_detailsTypes::SourceTableDetails

Contains the details of the table when the backup was created.



512
513
514
515
516
517
518
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 512

class BackupDescription < Struct.new(
  :backup_details,
  :source_table_details,
  :source_table_feature_details)
  SENSITIVE = []
  include Aws::Structure
end

#source_table_feature_detailsTypes::SourceTableFeatureDetails

Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.



512
513
514
515
516
517
518
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 512

class BackupDescription < Struct.new(
  :backup_details,
  :source_table_details,
  :source_table_feature_details)
  SENSITIVE = []
  include Aws::Structure
end