Class: Aws::Types::ListVectorEnrichmentJobOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::ListVectorEnrichmentJobOutputConfig
- 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.
-
#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.
399 400 401 |
# File 'sig/types.rbs', line 399 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
402 403 404 |
# File 'sig/types.rbs', line 402 def name @name end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
403 404 405 |
# File 'sig/types.rbs', line 403 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
404 405 406 |
# File 'sig/types.rbs', line 404 def end |
#type ⇒ "REVERSE_GEOCODING", "MAP_MATCHING"
Returns the value of attribute type.
405 406 407 |
# File 'sig/types.rbs', line 405 def type @type end |