Class: Aws::DynamoDB::Types::DescribeExportInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeExportInput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_arn ⇒ String
The Amazon Resource Name (ARN) associated with the export.
Instance Attribute Details
#export_arn ⇒ String
The Amazon Resource Name (ARN) associated with the export.
2676 2677 2678 2679 2680 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2676 class DescribeExportInput < Struct.new( :export_arn) SENSITIVE = [] include Aws::Structure end |