Class: Aws::Types::StartDataQualityRuleRecommendationRunRequest

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.



7197
7198
7199
# File 'sig/types.rbs', line 7197

def additional_run_options
  @additional_run_options
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7196
7197
7198
# File 'sig/types.rbs', line 7196

def client_token
  @client_token
end

#created_ruleset_name::String

Returns the value of attribute created_ruleset_name.

Returns:

  • (::String)


7194
7195
7196
# File 'sig/types.rbs', line 7194

def created_ruleset_name
  @created_ruleset_name
end

#data_quality_security_configuration::String

Returns the value of attribute data_quality_security_configuration.

Returns:

  • (::String)


7195
7196
7197
# File 'sig/types.rbs', line 7195

def data_quality_security_configuration
  @data_quality_security_configuration
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



7190
7191
7192
# File 'sig/types.rbs', line 7190

def data_source
  @data_source
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


7192
7193
7194
# File 'sig/types.rbs', line 7192

def number_of_workers
  @number_of_workers
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


7191
7192
7193
# File 'sig/types.rbs', line 7191

def role
  @role
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


7193
7194
7195
# File 'sig/types.rbs', line 7193

def timeout
  @timeout
end