Class: Aws::Types::EventsDetectionJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::EventsDetectionJobProperties
- 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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#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.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#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.
-
#target_event_types ⇒ ::Array[::String]
Returns the value of attribute target_event_types.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def data_access_role_arn @data_access_role_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def end_time @end_time end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def input_data_config @input_data_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def job_status @job_status end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def language_code @language_code end |
#message ⇒ ::String
Returns the value of attribute message.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def output_data_config @output_data_config end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def submit_time @submit_time end |
#target_event_types ⇒ ::Array[::String]
Returns the value of attribute target_event_types.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def target_event_types @target_event_types end |