Class: Aws::Types::DominantLanguageDetectionJobProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def data_access_role_arn
  @data_access_role_arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


849
850
851
# File 'sig/types.rbs', line 849

def end_time
  @end_time
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



850
851
852
# File 'sig/types.rbs', line 850

def input_data_config
  @input_data_config
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def job_name
  @job_name
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "COMPLETED", "FAILED", "STOP_REQUESTED", "STOPPED")


846
847
848
# File 'sig/types.rbs', line 846

def job_status
  @job_status
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def message
  @message
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



851
852
853
# File 'sig/types.rbs', line 851

def output_data_config
  @output_data_config
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


848
849
850
# File 'sig/types.rbs', line 848

def submit_time
  @submit_time
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



854
855
856
# File 'sig/types.rbs', line 854

def vpc_config
  @vpc_config
end