Class: Aws::Types::GetDataQualityRulesetResponse

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)


3576
3577
3578
# File 'sig/types.rbs', line 3576

def created_on
  @created_on
end

#data_quality_security_configuration::String

Returns the value of attribute data_quality_security_configuration.

Returns:

  • (::String)


3579
3580
3581
# File 'sig/types.rbs', line 3579

def data_quality_security_configuration
  @data_quality_security_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3573
3574
3575
# File 'sig/types.rbs', line 3573

def description
  @description
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


3577
3578
3579
# File 'sig/types.rbs', line 3577

def last_modified_on
  @last_modified_on
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3572
3573
3574
# File 'sig/types.rbs', line 3572

def name
  @name
end

#recommendation_run_id::String

Returns the value of attribute recommendation_run_id.

Returns:

  • (::String)


3578
3579
3580
# File 'sig/types.rbs', line 3578

def recommendation_run_id
  @recommendation_run_id
end

#ruleset::String

Returns the value of attribute ruleset.

Returns:

  • (::String)


3574
3575
3576
# File 'sig/types.rbs', line 3574

def ruleset
  @ruleset
end

#target_tableTypes::DataQualityTargetTable

Returns the value of attribute target_table.



3575
3576
3577
# File 'sig/types.rbs', line 3575

def target_table
  @target_table
end