Class: Aws::Types::GetVectorEnrichmentJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


248
249
250
# File 'sig/types.rbs', line 248

def creation_time
  @creation_time
end

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


249
250
251
# File 'sig/types.rbs', line 249

def duration_in_seconds
  @duration_in_seconds
end

#error_detailsTypes::VectorEnrichmentJobErrorDetails

Returns the value of attribute error_details.



250
251
252
# File 'sig/types.rbs', line 250

def error_details
  @error_details
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def execution_role_arn
  @execution_role_arn
end

#export_error_detailsTypes::VectorEnrichmentJobExportErrorDetails

Returns the value of attribute export_error_details.



252
253
254
# File 'sig/types.rbs', line 252

def export_error_details
  @export_error_details
end

#export_status"IN_PROGRESS", ...

Returns the value of attribute export_status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


253
254
255
# File 'sig/types.rbs', line 253

def export_status
  @export_status
end

#input_configTypes::VectorEnrichmentJobInputConfig

Returns the value of attribute input_config.



254
255
256
# File 'sig/types.rbs', line 254

def input_config
  @input_config
end

#job_configTypes::VectorEnrichmentJobConfig

Returns the value of attribute job_config.



255
256
257
# File 'sig/types.rbs', line 255

def job_config
  @job_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def name
  @name
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "IN_PROGRESS", "STOPPING", "STOPPED", "COMPLETED", "FAILED", "DELETING", "DELETED")


258
259
260
# File 'sig/types.rbs', line 258

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


259
260
261
# File 'sig/types.rbs', line 259

def tags
  @tags
end

#type"REVERSE_GEOCODING", "MAP_MATCHING"

Returns the value of attribute type.

Returns:

  • ("REVERSE_GEOCODING", "MAP_MATCHING")


260
261
262
# File 'sig/types.rbs', line 260

def type
  @type
end