Class: Aws::Types::DataQualityRulesetListDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def created_on
  @created_on
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def description
  @description
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def last_modified_on
  @last_modified_on
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def name
  @name
end

#recommendation_run_id::String

Returns the value of attribute recommendation_run_id.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def recommendation_run_id
  @recommendation_run_id
end

#rule_count::Integer

Returns the value of attribute rule_count.

Returns:

  • (::Integer)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def rule_count
  @rule_count
end

#target_tableTypes::DataQualityTargetTable

Returns the value of attribute target_table.



2173
2174
2175
# File 'sig/types.rbs', line 2173

def target_table
  @target_table
end