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

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

Overview

Contains the description of the backup created for the table.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_detailsTypes::BackupDetails

Contains the details of the backup created for the table.



543
544
545
546
547
548
# File 'lib/aws-sdk-dynamodb/types.rb', line 543

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

#source_table_detailsTypes::SourceTableDetails

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



543
544
545
546
547
548
# File 'lib/aws-sdk-dynamodb/types.rb', line 543

class BackupDescription < Struct.new(
  :backup_details,
  :source_table_details,
  :source_table_feature_details)
  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.



543
544
545
546
547
548
# File 'lib/aws-sdk-dynamodb/types.rb', line 543

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