Class: Aws::Types::EventsDetectionJobProperties

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:



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.

Returns:



1058
1059
1060
# File 'sig/types.rbs', line 1058

def end_time
  @end_time
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1061
1062
1063
# File 'sig/types.rbs', line 1061

def language_code
  @language_code
end

#message::String

Returns the value of attribute message.

Returns:



1056
1057
1058
# File 'sig/types.rbs', line 1056

def message
  @message
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.

Returns:



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.

Returns:



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.

Returns:



1063
1064
1065
# File 'sig/types.rbs', line 1063

def target_event_types
  @target_event_types
end