Class: Aws::Types::CreateGraphUsingImportTaskOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format"CSV", ...

Returns the value of attribute format.

Returns:

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


135
136
137
# File 'sig/types.rbs', line 135

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def graph_id
  @graph_id
end

#import_optionsTypes::ImportOptions

Returns the value of attribute import_options.



139
140
141
# File 'sig/types.rbs', line 139

def import_options
  @import_options
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


136
137
138
# File 'sig/types.rbs', line 136

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def role_arn
  @role_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def source
  @source
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "EXPORTING", "ANALYZING_DATA", "IMPORTING", "REPROVISIONING", "ROLLING_BACK", "SUCCEEDED", "FAILED", "CANCELLING", "CANCELLED", "DELETED")


138
139
140
# File 'sig/types.rbs', line 138

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def task_id
  @task_id
end