Class: Aws::Types::DocumentClassificationJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::DocumentClassificationJobProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#document_classifier_arn ⇒ ::String
Returns the value of attribute document_classifier_arn.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
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.
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.
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.
733 734 735 |
# File 'sig/types.rbs', line 733 def flywheel_arn @flywheel_arn end |
#input_data_config ⇒ Types::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.
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.
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.
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.
723 724 725 |
# File 'sig/types.rbs', line 723 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
724 725 726 |
# File 'sig/types.rbs', line 724 def @message end |
#output_data_config ⇒ Types::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.
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.
731 732 733 |
# File 'sig/types.rbs', line 731 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
732 733 734 |
# File 'sig/types.rbs', line 732 def vpc_config @vpc_config end |