Class: Aws::Types::ExportVectorEnrichmentJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExportVectorEnrichmentJobOutput
- 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.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
-
#output_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
Returns the value of attribute output_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
148 149 150 |
# File 'sig/types.rbs', line 148 def creation_time @creation_time end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
149 150 151 |
# File 'sig/types.rbs', line 149 def execution_role_arn @execution_role_arn end |
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
150 151 152 |
# File 'sig/types.rbs', line 150 def export_status @export_status end |
#output_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
Returns the value of attribute output_config.
151 152 153 |
# File 'sig/types.rbs', line 151 def output_config @output_config end |