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

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_arnString

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

Returns:

  • (String)


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

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