Class: Aws::Types::StartEventsDetectionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartEventsDetectionJobRequest
- 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.
-
#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.
-
#target_event_types ⇒ ::Array[::String]
Returns the value of attribute target_event_types.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def data_access_role_arn @data_access_role_arn end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def input_data_config @input_data_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def job_name @job_name end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def language_code @language_code end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def output_data_config @output_data_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def @tags end |
#target_event_types ⇒ ::Array[::String]
Returns the value of attribute target_event_types.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def target_event_types @target_event_types end |