Class: Aws::NeptuneGraph::Types::StartExportTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::StartExportTaskInput
- 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 where data will be exported to.
-
#export_filter ⇒ Types::ExportFilter
The export filter of the export task.
-
#format ⇒ String
The format of the export task.
-
#graph_identifier ⇒ 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.
-
#tags ⇒ Hash<String,String>
Tags to be applied to the export task.
Instance Attribute Details
#destination ⇒ String
The Amazon S3 URI where data will be exported to.
2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722 class StartExportTaskInput < Struct.new( :graph_identifier, :role_arn, :format, :destination, :kms_key_identifier, :parquet_type, :export_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#export_filter ⇒ Types::ExportFilter
The export filter of the export task.
2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722 class StartExportTaskInput < Struct.new( :graph_identifier, :role_arn, :format, :destination, :kms_key_identifier, :parquet_type, :export_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the export task.
2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722 class StartExportTaskInput < Struct.new( :graph_identifier, :role_arn, :format, :destination, :kms_key_identifier, :parquet_type, :export_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#graph_identifier ⇒ String
The source graph identifier of the export task.
2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722 class StartExportTaskInput < Struct.new( :graph_identifier, :role_arn, :format, :destination, :kms_key_identifier, :parquet_type, :export_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#kms_key_identifier ⇒ String
The KMS key identifier of the export task.
2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722 class StartExportTaskInput < Struct.new( :graph_identifier, :role_arn, :format, :destination, :kms_key_identifier, :parquet_type, :export_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#parquet_type ⇒ String
The parquet type of the export task.
2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722 class StartExportTaskInput < Struct.new( :graph_identifier, :role_arn, :format, :destination, :kms_key_identifier, :parquet_type, :export_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that will allow data to be exported to the destination.
2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722 class StartExportTaskInput < Struct.new( :graph_identifier, :role_arn, :format, :destination, :kms_key_identifier, :parquet_type, :export_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to be applied to the export task.
2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2722 class StartExportTaskInput < Struct.new( :graph_identifier, :role_arn, :format, :destination, :kms_key_identifier, :parquet_type, :export_filter, :tags) SENSITIVE = [] include Aws::Structure end |