Class: Aws::Types::StartDataQualityRulesetEvaluationRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_data_sources::Hash[::String, Types::DataSource]

Returns the value of attribute additional_data_sources.

Returns:



7251
7252
7253
# File 'sig/types.rbs', line 7251

def additional_data_sources
  @additional_data_sources
end

#additional_run_optionsTypes::DataQualityEvaluationRunAdditionalRunOptions

Returns the value of attribute additional_run_options.



7249
7250
7251
# File 'sig/types.rbs', line 7249

def additional_run_options
  @additional_run_options
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7248
7249
7250
# File 'sig/types.rbs', line 7248

def client_token
  @client_token
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



7244
7245
7246
# File 'sig/types.rbs', line 7244

def data_source
  @data_source
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


7246
7247
7248
# File 'sig/types.rbs', line 7246

def number_of_workers
  @number_of_workers
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


7245
7246
7247
# File 'sig/types.rbs', line 7245

def role
  @role
end

#ruleset_names::Array[::String]

Returns the value of attribute ruleset_names.

Returns:

  • (::Array[::String])


7250
7251
7252
# File 'sig/types.rbs', line 7250

def ruleset_names
  @ruleset_names
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


7247
7248
7249
# File 'sig/types.rbs', line 7247

def timeout
  @timeout
end