Class: Aws::Types::DocumentClassificationJobProperties

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)


730
731
732
# File 'sig/types.rbs', line 730

def data_access_role_arn
  @data_access_role_arn
end

#document_classifier_arn::String

Returns the value of attribute document_classifier_arn.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def document_classifier_arn
  @document_classifier_arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


726
727
728
# File 'sig/types.rbs', line 726

def end_time
  @end_time
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def flywheel_arn
  @flywheel_arn
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



728
729
730
# File 'sig/types.rbs', line 728

def input_data_config
  @input_data_config
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

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")


723
724
725
# File 'sig/types.rbs', line 723

def job_status
  @job_status
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def message
  @message
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



729
730
731
# File 'sig/types.rbs', line 729

def output_data_config
  @output_data_config
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


725
726
727
# File 'sig/types.rbs', line 725

def submit_time
  @submit_time
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



732
733
734
# File 'sig/types.rbs', line 732

def vpc_config
  @vpc_config
end