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

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

#export_arnString

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

Returns:

  • (String)


2754
2755
2756
2757
2758
# File 'lib/aws-sdk-dynamodb/types.rb', line 2754

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