Class: Aws::DynamoDB::Types::DescribeExportOutput

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_descriptionTypes::ExportDescription

Represents the properties of the export.



2766
2767
2768
2769
2770
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2766

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