Class: Aws::DynamoDB::Types::DescribeExportInput

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

#export_arnString

The Amazon Resource Name (ARN) associated with the export.

Returns:

  • (String)


2775
2776
2777
2778
2779
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2775

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