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.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def client_token @client_token end |
#job_configuration ⇒ Types::EnrichmentJobConfiguration
Returns the value of attribute job_configuration.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def job_configuration @job_configuration end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def workspace_name @workspace_name end |