Class: Aws::DynamoDB::Types::ImportTableOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_table_descriptionTypes::ImportTableDescription

Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.



4774
4775
4776
4777
4778
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4774

class ImportTableOutput < Struct.new(
  :import_table_description)
  SENSITIVE = []
  include Aws::Structure
end