Class: Aws::Types::StartEntitiesDetectionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartEntitiesDetectionJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#entity_recognizer_arn ⇒ ::String
Returns the value of attribute entity_recognizer_arn.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def data_access_role_arn @data_access_role_arn end |
#entity_recognizer_arn ⇒ ::String
Returns the value of attribute entity_recognizer_arn.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def entity_recognizer_arn @entity_recognizer_arn end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def flywheel_arn @flywheel_arn end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def input_data_config @input_data_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def job_name @job_name end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def language_code @language_code end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def output_data_config @output_data_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def vpc_config @vpc_config end |