Class: Aws::NeptuneGraph::Types::StartExportTaskOutput

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 to.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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

#export_filterTypes::ExportFilter

The export filter of the export task.

Returns:



2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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

#formatString

The format of the export task.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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

#graph_idString

The source graph identifier of the export task.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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

#kms_key_identifierString

The KMS key identifier of the export task.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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

#parquet_typeString

The parquet type of the export task.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

class StartExportTaskOutput < Struct.new(
  :graph_id,
  :role_arn,
  :task_id,
  :status,
  :format,
  :destination,
  :kms_key_identifier,
  :parquet_type,
  :status_reason,
  :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)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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

#statusString

The current status of the export task.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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

#status_reasonString

The reason that the export task has this status value.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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

#task_idString

The unique identifier of the export task.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2778

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