Class: Aws::Types::NeptuneImportOptions
- Inherits:
-
Object
- Object
- Aws::Types::NeptuneImportOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#preserve_default_vertex_labels ⇒ Boolean
Returns the value of attribute preserve_default_vertex_labels.
-
#preserve_edge_ids ⇒ Boolean
Returns the value of attribute preserve_edge_ids.
-
#s3_export_kms_key_id ⇒ ::String
Returns the value of attribute s3_export_kms_key_id.
-
#s3_export_path ⇒ ::String
Returns the value of attribute s3_export_path.
Instance Attribute Details
#preserve_default_vertex_labels ⇒ Boolean
Returns the value of attribute preserve_default_vertex_labels.
568 569 570 |
# File 'sig/types.rbs', line 568 def preserve_default_vertex_labels @preserve_default_vertex_labels end |
#preserve_edge_ids ⇒ Boolean
Returns the value of attribute preserve_edge_ids.
569 570 571 |
# File 'sig/types.rbs', line 569 def preserve_edge_ids @preserve_edge_ids end |
#s3_export_kms_key_id ⇒ ::String
Returns the value of attribute s3_export_kms_key_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def s3_export_kms_key_id @s3_export_kms_key_id end |
#s3_export_path ⇒ ::String
Returns the value of attribute s3_export_path.
566 567 568 |
# File 'sig/types.rbs', line 566 def s3_export_path @s3_export_path end |