Class: Aws::Types::GetDataQualityRulesetEvaluationRunResponse

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:



3562
3563
3564
# File 'sig/types.rbs', line 3562

def additional_data_sources
  @additional_data_sources
end

#additional_run_optionsTypes::DataQualityEvaluationRunAdditionalRunOptions

Returns the value of attribute additional_run_options.



3553
3554
3555
# File 'sig/types.rbs', line 3553

def additional_run_options
  @additional_run_options
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


3558
3559
3560
# File 'sig/types.rbs', line 3558

def completed_on
  @completed_on
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



3549
3550
3551
# File 'sig/types.rbs', line 3549

def data_source
  @data_source
end

#error_string::String

Returns the value of attribute error_string.

Returns:

  • (::String)


3555
3556
3557
# File 'sig/types.rbs', line 3555

def error_string
  @error_string
end

#execution_time::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


3559
3560
3561
# File 'sig/types.rbs', line 3559

def execution_time
  @execution_time
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


3557
3558
3559
# File 'sig/types.rbs', line 3557

def last_modified_on
  @last_modified_on
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


3551
3552
3553
# File 'sig/types.rbs', line 3551

def number_of_workers
  @number_of_workers
end

#result_ids::Array[::String]

Returns the value of attribute result_ids.

Returns:

  • (::Array[::String])


3561
3562
3563
# File 'sig/types.rbs', line 3561

def result_ids
  @result_ids
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


3550
3551
3552
# File 'sig/types.rbs', line 3550

def role
  @role
end

#ruleset_names::Array[::String]

Returns the value of attribute ruleset_names.

Returns:

  • (::Array[::String])


3560
3561
3562
# File 'sig/types.rbs', line 3560

def ruleset_names
  @ruleset_names
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3548
3549
3550
# File 'sig/types.rbs', line 3548

def run_id
  @run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


3556
3557
3558
# File 'sig/types.rbs', line 3556

def started_on
  @started_on
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

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


3554
3555
3556
# File 'sig/types.rbs', line 3554

def status
  @status
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


3552
3553
3554
# File 'sig/types.rbs', line 3552

def timeout
  @timeout
end