Class: Aws::Types::DataQualityRuleRecommendationRunDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_ruleset_name::String

Returns the value of attribute created_ruleset_name.

Returns:

  • (::String)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def created_ruleset_name
  @created_ruleset_name
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



2092
2093
2094
# File 'sig/types.rbs', line 2092

def data_source
  @data_source
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def run_id
  @run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def started_on
  @started_on
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

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


2090
2091
2092
# File 'sig/types.rbs', line 2090

def status
  @status
end