Class: Aws::Types::ExportVectorEnrichmentJobInput
- Inherits:
-
Object
- Object
- Aws::Types::ExportVectorEnrichmentJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#output_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
Returns the value of attribute output_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def arn @arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
140 141 142 |
# File 'sig/types.rbs', line 140 def client_token @client_token end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
141 142 143 |
# File 'sig/types.rbs', line 141 def execution_role_arn @execution_role_arn end |
#output_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
Returns the value of attribute output_config.
142 143 144 |
# File 'sig/types.rbs', line 142 def output_config @output_config end |