Class: Aws::Types::GetVectorEnrichmentJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetVectorEnrichmentJobOutput
- 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.
-
#error_details ⇒ Types::VectorEnrichmentJobErrorDetails
Returns the value of attribute error_details.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#export_error_details ⇒ Types::VectorEnrichmentJobExportErrorDetails
Returns the value of attribute export_error_details.
-
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
-
#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.
247 248 249 |
# File 'sig/types.rbs', line 247 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
249 250 251 |
# File 'sig/types.rbs', line 249 def duration_in_seconds @duration_in_seconds end |
#error_details ⇒ Types::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.
251 252 253 |
# File 'sig/types.rbs', line 251 def execution_role_arn @execution_role_arn end |
#export_error_details ⇒ Types::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.
253 254 255 |
# File 'sig/types.rbs', line 253 def export_status @export_status end |
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
Returns the value of attribute input_config.
254 255 256 |
# File 'sig/types.rbs', line 254 def input_config @input_config end |
#job_config ⇒ Types::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.
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.
257 258 259 |
# File 'sig/types.rbs', line 257 def name @name end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
258 259 260 |
# File 'sig/types.rbs', line 258 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
259 260 261 |
# File 'sig/types.rbs', line 259 def @tags end |
#type ⇒ "REVERSE_GEOCODING", "MAP_MATCHING"
Returns the value of attribute type.
260 261 262 |
# File 'sig/types.rbs', line 260 def type @type end |