Class: Aws::DynamoDB::Types::DescribeExportInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeExportInput
- Includes:
- Structure
- Defined in:
- 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.
2783 2784 2785 2786 2787 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2783 class DescribeExportInput < Struct.new( :export_arn) SENSITIVE = [] include Aws::Structure end |