Class: Aws::Types::ListVectorEnrichmentJobOutputConfig

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)


399
400
401
# File 'sig/types.rbs', line 399

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


400
401
402
# File 'sig/types.rbs', line 400

def creation_time
  @creation_time
end

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


401
402
403
# File 'sig/types.rbs', line 401

def duration_in_seconds
  @duration_in_seconds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def name
  @name
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

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


403
404
405
# File 'sig/types.rbs', line 403

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


404
405
406
# File 'sig/types.rbs', line 404

def tags
  @tags
end

#type"REVERSE_GEOCODING", "MAP_MATCHING"

Returns the value of attribute type.

Returns:

  • ("REVERSE_GEOCODING", "MAP_MATCHING")


405
406
407
# File 'sig/types.rbs', line 405

def type
  @type
end