Class: Aws::Glue::Types::StartDataQualityRuleRecommendationRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

Returns:

  • (String)


19941
19942
19943
19944
19945
19946
19947
19948
19949
19950
# File 'lib/aws-sdk-glue/types.rb', line 19941

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#created_ruleset_nameString

A name for the ruleset.

Returns:

  • (String)


19941
19942
19943
19944
19945
19946
19947
19948
19949
19950
# File 'lib/aws-sdk-glue/types.rb', line 19941

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::DataSource

The data source (Glue table) associated with this run.

Returns:



19941
19942
19943
19944
19945
19946
19947
19948
19949
19950
# File 'lib/aws-sdk-glue/types.rb', line 19941

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_workersInteger

The number of ‘G.1X` workers to be used in the run. The default is 5.

Returns:

  • (Integer)


19941
19942
19943
19944
19945
19946
19947
19948
19949
19950
# File 'lib/aws-sdk-glue/types.rb', line 19941

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

An IAM role supplied to encrypt the results of the run.

Returns:

  • (String)


19941
19942
19943
19944
19945
19946
19947
19948
19949
19950
# File 'lib/aws-sdk-glue/types.rb', line 19941

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#timeoutInteger

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters ‘TIMEOUT` status. The default is 2,880 minutes (48 hours).

Returns:

  • (Integer)


19941
19942
19943
19944
19945
19946
19947
19948
19949
19950
# File 'lib/aws-sdk-glue/types.rb', line 19941

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end