Class: Aws::NeptuneGraph::Types::GetExportTaskOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptunegraph/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The Amazon S3 URI of the export task where data will be exported.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#export_filterTypes::ExportFilter

The export filter of the export task.

Returns:



1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#export_task_detailsTypes::ExportTaskDetails

The details of the export task.



1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the export task.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#graph_idString

The source graph identifier of the export task.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifierString

The KMS key identifier of the export task.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#parquet_typeString

The parquet type of the export task.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that will allow data to be exported to the destination.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the export task.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason that the export task has this status value.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The unique identifier of the export task.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1199

class GetExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :export_task_details,
  :export_filter)
  SENSITIVE = []
  include Aws::Structure
end