Class: Aws::Types::DataQualityRulesetEvaluationRun

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_data_sources::Hash[::String, Types::DataSource]

Returns the value of attribute additional_data_sources.

Returns:



2137
2138
2139
# File 'sig/types.rbs', line 2137

def additional_data_sources
  @additional_data_sources
end

#additional_run_optionsTypes::DataQualityEvaluationRunAdditionalRunOptions

Returns the value of attribute additional_run_options.



2128
2129
2130
# File 'sig/types.rbs', line 2128

def additional_run_options
  @additional_run_options
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


2133
2134
2135
# File 'sig/types.rbs', line 2133

def completed_on
  @completed_on
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



2124
2125
2126
# File 'sig/types.rbs', line 2124

def data_source
  @data_source
end

#error_string::String

Returns the value of attribute error_string.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def error_string
  @error_string
end

#execution_time::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


2134
2135
2136
# File 'sig/types.rbs', line 2134

def execution_time
  @execution_time
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def last_modified_on
  @last_modified_on
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def number_of_workers
  @number_of_workers
end

#result_ids::Array[::String]

Returns the value of attribute result_ids.

Returns:

  • (::Array[::String])


2136
2137
2138
# File 'sig/types.rbs', line 2136

def result_ids
  @result_ids
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def role
  @role
end

#ruleset_names::Array[::String]

Returns the value of attribute ruleset_names.

Returns:

  • (::Array[::String])


2135
2136
2137
# File 'sig/types.rbs', line 2135

def ruleset_names
  @ruleset_names
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


2123
2124
2125
# File 'sig/types.rbs', line 2123

def run_id
  @run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def started_on
  @started_on
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT")


2129
2130
2131
# File 'sig/types.rbs', line 2129

def status
  @status
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def timeout
  @timeout
end