Class: Aws::SimpleDBv2::Types::GetExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDBv2::Types::GetExportRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledbv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_arn ⇒ String
Unique ARN identifier of the export.
Instance Attribute Details
#export_arn ⇒ String
Unique ARN identifier of the export.
65 66 67 68 69 |
# File 'lib/aws-sdk-simpledbv2/types.rb', line 65 class GetExportRequest < Struct.new( :export_arn) SENSITIVE = [] include Aws::Structure end |