Class: Aws::Types::CreateGraphUsingImportTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGraphUsingImportTaskInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blank_node_handling ⇒ "convertToIri"
Returns the value of attribute blank_node_handling.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#fail_on_error ⇒ Boolean
Returns the value of attribute fail_on_error.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#graph_name ⇒ ::String
Returns the value of attribute graph_name.
-
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#max_provisioned_memory ⇒ ::Integer
Returns the value of attribute max_provisioned_memory.
-
#min_provisioned_memory ⇒ ::Integer
Returns the value of attribute min_provisioned_memory.
-
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
-
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
-
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
Returns the value of attribute vector_search_configuration.
Instance Attribute Details
#blank_node_handling ⇒ "convertToIri"
Returns the value of attribute blank_node_handling.
126 127 128 |
# File 'sig/types.rbs', line 126 def blank_node_handling @blank_node_handling end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
118 119 120 |
# File 'sig/types.rbs', line 118 def deletion_protection @deletion_protection end |
#fail_on_error ⇒ Boolean
Returns the value of attribute fail_on_error.
122 123 124 |
# File 'sig/types.rbs', line 122 def fail_on_error @fail_on_error end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
124 125 126 |
# File 'sig/types.rbs', line 124 def format @format end |
#graph_name ⇒ ::String
Returns the value of attribute graph_name.
112 113 114 |
# File 'sig/types.rbs', line 112 def graph_name @graph_name end |
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
119 120 121 |
# File 'sig/types.rbs', line 119 def @import_options end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
115 116 117 |
# File 'sig/types.rbs', line 115 def kms_key_identifier @kms_key_identifier end |
#max_provisioned_memory ⇒ ::Integer
Returns the value of attribute max_provisioned_memory.
120 121 122 |
# File 'sig/types.rbs', line 120 def max_provisioned_memory @max_provisioned_memory end |
#min_provisioned_memory ⇒ ::Integer
Returns the value of attribute min_provisioned_memory.
121 122 123 |
# File 'sig/types.rbs', line 121 def min_provisioned_memory @min_provisioned_memory end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
125 126 127 |
# File 'sig/types.rbs', line 125 def parquet_type @parquet_type end |
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
114 115 116 |
# File 'sig/types.rbs', line 114 def public_connectivity @public_connectivity end |
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
117 118 119 |
# File 'sig/types.rbs', line 117 def replica_count @replica_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
123 124 125 |
# File 'sig/types.rbs', line 123 def source @source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
113 114 115 |
# File 'sig/types.rbs', line 113 def @tags end |
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
Returns the value of attribute vector_search_configuration.
116 117 118 |
# File 'sig/types.rbs', line 116 def vector_search_configuration @vector_search_configuration end |