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)


2832
2833
2834
2835
2836
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2832

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