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.
2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2721 class DescribeImportInput < Struct.new( :import_arn) SENSITIVE = [] include Aws::Structure end |