Class: Aws::Types::CreateDataQualityRulesetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def client_token
  @client_token
end

#data_quality_security_configuration::String

Returns the value of attribute data_quality_security_configuration.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def data_quality_security_configuration
  @data_quality_security_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def name
  @name
end

#ruleset::String

Returns the value of attribute ruleset.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def ruleset
  @ruleset
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1429
1430
1431
# File 'sig/types.rbs', line 1429

def tags
  @tags
end

#target_tableTypes::DataQualityTargetTable

Returns the value of attribute target_table.



1430
1431
1432
# File 'sig/types.rbs', line 1430

def target_table
  @target_table
end