Class: Aws::Types::StartVectorEnrichmentJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartVectorEnrichmentJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
Returns the value of attribute input_config.
-
#job_config ⇒ Types::VectorEnrichmentJobConfig
Returns the value of attribute job_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "REVERSE_GEOCODING", "MAP_MATCHING"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
627 628 629 |
# File 'sig/types.rbs', line 627 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
630 631 632 |
# File 'sig/types.rbs', line 630 def execution_role_arn @execution_role_arn end |
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
Returns the value of attribute input_config.
631 632 633 |
# File 'sig/types.rbs', line 631 def input_config @input_config end |
#job_config ⇒ Types::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.
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.
634 635 636 |
# File 'sig/types.rbs', line 634 def name @name end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
635 636 637 |
# File 'sig/types.rbs', line 635 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
636 637 638 |
# File 'sig/types.rbs', line 636 def @tags end |
#type ⇒ "REVERSE_GEOCODING", "MAP_MATCHING"
Returns the value of attribute type.
637 638 639 |
# File 'sig/types.rbs', line 637 def type @type end |