Class: Aws::DynamoDB::Types::DescribeImportInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_arnString

The Amazon Resource Name (ARN) associated with the table you’re importing to.

Returns:

  • (String)


2853
2854
2855
2856
2857
# File 'lib/aws-sdk-dynamodb/types.rb', line 2853

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