Class: Aws::Types::StartVectorEnrichmentJobOutput

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)


627
628
629
# File 'sig/types.rbs', line 627

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


628
629
630
# File 'sig/types.rbs', line 628

def creation_time
  @creation_time
end

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


629
630
631
# File 'sig/types.rbs', line 629

def duration_in_seconds
  @duration_in_seconds
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def execution_role_arn
  @execution_role_arn
end

#input_configTypes::VectorEnrichmentJobInputConfig

Returns the value of attribute input_config.



631
632
633
# File 'sig/types.rbs', line 631

def input_config
  @input_config
end

#job_configTypes::VectorEnrichmentJobConfig

Returns the value of attribute job_config.



632
633
634
# File 'sig/types.rbs', line 632

def job_config
  @job_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def name
  @name
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

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


635
636
637
# File 'sig/types.rbs', line 635

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


636
637
638
# File 'sig/types.rbs', line 636

def tags
  @tags
end

#type"REVERSE_GEOCODING", "MAP_MATCHING"

Returns the value of attribute type.

Returns:

  • ("REVERSE_GEOCODING", "MAP_MATCHING")


637
638
639
# File 'sig/types.rbs', line 637

def type
  @type
end