Class: Aws::GlueDataBrew::Types::CreateRulesetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the ruleset.

Returns:

  • (String)


569
570
571
572
573
574
575
576
577
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 569

class CreateRulesetRequest < Struct.new(
  :name,
  :description,
  :target_arn,
  :rules,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ruleset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Returns:

  • (String)


569
570
571
572
573
574
575
576
577
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 569

class CreateRulesetRequest < Struct.new(
  :name,
  :description,
  :target_arn,
  :rules,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::Rule>

A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.

Returns:



569
570
571
572
573
574
575
576
577
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 569

class CreateRulesetRequest < Struct.new(
  :name,
  :description,
  :target_arn,
  :rules,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata tags to apply to the ruleset.

Returns:

  • (Hash<String,String>)


569
570
571
572
573
574
575
576
577
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 569

class CreateRulesetRequest < Struct.new(
  :name,
  :description,
  :target_arn,
  :rules,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.

Returns:

  • (String)


569
570
571
572
573
574
575
576
577
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 569

class CreateRulesetRequest < Struct.new(
  :name,
  :description,
  :target_arn,
  :rules,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end