Class: Aws::DynamoDB::Types::DescribeImportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeImportOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_table_description ⇒ Types::ImportTableDescription
Represents the properties of the table created for the import, and parameters of the import.
Instance Attribute Details
#import_table_description ⇒ Types::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.
2962 2963 2964 2965 2966 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2962 class DescribeImportOutput < Struct.new( :import_table_description) SENSITIVE = [] include Aws::Structure end |