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)


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

def client_token
  @client_token
end

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

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def workspace_name
  @workspace_name
end