Class: Aws::Types::CreateEnrichmentJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnrichmentJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#job_configuration ⇒ Types::EnrichmentJobConfiguration
Returns the value of attribute job_configuration.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def client_token @client_token end |
#job_configuration ⇒ Types::EnrichmentJobConfiguration
Returns the value of attribute job_configuration.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def job_configuration @job_configuration end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def workspace_name @workspace_name end |