Class: Aws::Types::CreateGraphUsingImportTaskInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blank_node_handling"convertToIri"

Returns the value of attribute blank_node_handling.

Returns:

  • ("convertToIri")


126
127
128
# File 'sig/types.rbs', line 126

def blank_node_handling
  @blank_node_handling
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


118
119
120
# File 'sig/types.rbs', line 118

def deletion_protection
  @deletion_protection
end

#fail_on_errorBoolean

Returns the value of attribute fail_on_error.

Returns:

  • (Boolean)


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.

Returns:

  • ("CSV", "OPEN_CYPHER", "PARQUET", "NTRIPLES")


124
125
126
# File 'sig/types.rbs', line 124

def format
  @format
end

#graph_name::String

Returns the value of attribute graph_name.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def graph_name
  @graph_name
end

#import_optionsTypes::ImportOptions

Returns the value of attribute import_options.



119
120
121
# File 'sig/types.rbs', line 119

def import_options
  @import_options
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("COLUMNAR")


125
126
127
# File 'sig/types.rbs', line 125

def parquet_type
  @parquet_type
end

#public_connectivityBoolean

Returns the value of attribute public_connectivity.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def role_arn
  @role_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def source
  @source
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


113
114
115
# File 'sig/types.rbs', line 113

def tags
  @tags
end

#vector_search_configurationTypes::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