Class: Aws::DynamoDB::Types::DescribeImportInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeImportInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_arn ⇒ String
The Amazon Resource Name (ARN) associated with the table you’re importing to.
Instance Attribute Details
#import_arn ⇒ String
The Amazon Resource Name (ARN) associated with the table you’re importing to.
2861 2862 2863 2864 2865 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2861 class DescribeImportInput < Struct.new( :import_arn) SENSITIVE = [] include Aws::Structure end |