Class: Aws::NeptuneGraph::Types::GetExportTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::GetExportTaskOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
The Amazon S3 URI of the export task where data will be exported.
-
#export_filter ⇒ Types::ExportFilter
The export filter of the export task.
-
#export_task_details ⇒ Types::ExportTaskDetails
The details of the export task.
-
#format ⇒ String
The format of the export task.
-
#graph_id ⇒ String
The source graph identifier of the export task.
-
#kms_key_identifier ⇒ String
The KMS key identifier of the export task.
-
#parquet_type ⇒ String
The parquet type of the export task.
-
#role_arn ⇒ String
The ARN of the IAM role that will allow data to be exported to the destination.
-
#status ⇒ String
The current status of the export task.
-
#status_reason ⇒ String
The reason that the export task has this status value.
-
#task_id ⇒ String
The unique identifier of the export task.
Instance Attribute Details
#destination ⇒ String
The Amazon S3 URI of the export task where data will be exported.
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_filter ⇒ Types::ExportFilter
The export filter 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 |
#export_task_details ⇒ Types::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 |
#format ⇒ String
The format 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 |
#graph_id ⇒ String
The source graph identifier 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 |
#kms_key_identifier ⇒ String
The KMS key identifier 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 |
#parquet_type ⇒ String
The parquet type 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 |
#role_arn ⇒ String
The ARN of the IAM role that will allow data to be exported to the destination.
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 ⇒ String
The current status 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 |
#status_reason ⇒ String
The reason that the export task has this status value.
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_id ⇒ String
The unique identifier 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 |