Module: Aws::NeptuneGraph::Types
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Defined Under Namespace
Classes: AccessDeniedException, CancelImportTaskInput, CancelImportTaskOutput, CancelQueryInput, ConflictException, CreateGraphInput, CreateGraphOutput, CreateGraphSnapshotInput, CreateGraphSnapshotOutput, CreateGraphUsingImportTaskInput, CreateGraphUsingImportTaskOutput, CreatePrivateGraphEndpointInput, CreatePrivateGraphEndpointOutput, DeleteGraphInput, DeleteGraphOutput, DeleteGraphSnapshotInput, DeleteGraphSnapshotOutput, DeletePrivateGraphEndpointInput, DeletePrivateGraphEndpointOutput, EdgeStructure, ExecuteQueryInput, ExecuteQueryOutput, GetGraphInput, GetGraphOutput, GetGraphSnapshotInput, GetGraphSnapshotOutput, GetGraphSummaryInput, GetGraphSummaryOutput, GetImportTaskInput, GetImportTaskOutput, GetPrivateGraphEndpointInput, GetPrivateGraphEndpointOutput, GetQueryInput, GetQueryOutput, GraphDataSummary, GraphSnapshotSummary, GraphSummary, ImportOptions, ImportTaskDetails, ImportTaskSummary, InternalServerException, ListGraphSnapshotsInput, ListGraphSnapshotsOutput, ListGraphsInput, ListGraphsOutput, ListImportTasksInput, ListImportTasksOutput, ListPrivateGraphEndpointsInput, ListPrivateGraphEndpointsOutput, ListQueriesInput, ListQueriesOutput, ListTagsForResourceInput, ListTagsForResourceOutput, NeptuneImportOptions, NodeStructure, PrivateGraphEndpointSummary, QuerySummary, ResetGraphInput, ResetGraphOutput, ResourceNotFoundException, RestoreGraphFromSnapshotInput, RestoreGraphFromSnapshotOutput, ServiceQuotaExceededException, StartImportTaskInput, StartImportTaskOutput, TagResourceInput, TagResourceOutput, ThrottlingException, UnprocessableException, UntagResourceInput, UntagResourceOutput, UpdateGraphInput, UpdateGraphOutput, ValidationException, VectorSearchConfiguration
Instance Attribute Summary collapse
-
#neptune ⇒ Types::NeptuneImportOptions
Options for importing data from a Neptune database.
Instance Attribute Details
#neptune ⇒ Types::NeptuneImportOptions
Options for importing data from a Neptune database.
1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1497 class ImportOptions < Struct.new( :neptune, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Neptune < ImportOptions; end class Unknown < ImportOptions; end end |