Class: Aws::Types::GetDataQualityRuleRecommendationRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_run_optionsTypes::DataQualityRuleRecommendationRunAdditionalRunOptions

Returns the value of attribute additional_run_options.



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

def additional_run_options
  @additional_run_options
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


3543
3544
3545
# File 'sig/types.rbs', line 3543

def completed_on
  @completed_on
end

#created_ruleset_name::String

Returns the value of attribute created_ruleset_name.

Returns:

  • (::String)


3546
3547
3548
# File 'sig/types.rbs', line 3546

def created_ruleset_name
  @created_ruleset_name
end

#data_quality_security_configuration::String

Returns the value of attribute data_quality_security_configuration.

Returns:

  • (::String)


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

def data_quality_security_configuration
  @data_quality_security_configuration
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



3535
3536
3537
# File 'sig/types.rbs', line 3535

def data_source
  @data_source
end

#error_string::String

Returns the value of attribute error_string.

Returns:

  • (::String)


3540
3541
3542
# File 'sig/types.rbs', line 3540

def error_string
  @error_string
end

#execution_time::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


3544
3545
3546
# File 'sig/types.rbs', line 3544

def execution_time
  @execution_time
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


3542
3543
3544
# File 'sig/types.rbs', line 3542

def last_modified_on
  @last_modified_on
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


3537
3538
3539
# File 'sig/types.rbs', line 3537

def number_of_workers
  @number_of_workers
end

Returns the value of attribute recommended_ruleset.

Returns:

  • (::String)


3545
3546
3547
# File 'sig/types.rbs', line 3545

def recommended_ruleset
  @recommended_ruleset
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


3536
3537
3538
# File 'sig/types.rbs', line 3536

def role
  @role
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3534
3535
3536
# File 'sig/types.rbs', line 3534

def run_id
  @run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


3541
3542
3543
# File 'sig/types.rbs', line 3541

def started_on
  @started_on
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

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


3539
3540
3541
# File 'sig/types.rbs', line 3539

def status
  @status
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


3538
3539
3540
# File 'sig/types.rbs', line 3538

def timeout
  @timeout
end