Class: Aws::NeptuneGraph::Types::GetExportTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::GetExportTaskInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_identifier ⇒ String
The unique identifier of the export task.
Instance Attribute Details
#task_identifier ⇒ String
The unique identifier of the export task.
1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1146 class GetExportTaskInput < Struct.new( :task_identifier) SENSITIVE = [] include Aws::Structure end |