Class: Aws::Types::CreateEnrichmentJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def client_token
  @client_token
end

#job_configurationTypes::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.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def workspace_name
  @workspace_name
end