Class: Aws::GlueDataBrew::Types::CreateRulesetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CreateRulesetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the ruleset.
-
#name ⇒ String
The name of the ruleset to be created.
-
#rules ⇒ Array<Types::Rule>
A list of rules that are defined with the ruleset.
-
#tags ⇒ Hash<String,String>
Metadata tags to apply to the ruleset.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
Instance Attribute Details
#description ⇒ String
The description of the ruleset.
569 570 571 572 573 574 575 576 577 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 569 class CreateRulesetRequest < Struct.new( :name, :description, :target_arn, :rules, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ruleset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
569 570 571 572 573 574 575 576 577 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 569 class CreateRulesetRequest < Struct.new( :name, :description, :target_arn, :rules, :tags) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<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.
569 570 571 572 573 574 575 576 577 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 569 class CreateRulesetRequest < Struct.new( :name, :description, :target_arn, :rules, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata tags to apply to the ruleset.
569 570 571 572 573 574 575 576 577 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 569 class CreateRulesetRequest < Struct.new( :name, :description, :target_arn, :rules, :tags) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
569 570 571 572 573 574 575 576 577 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 569 class CreateRulesetRequest < Struct.new( :name, :description, :target_arn, :rules, :tags) SENSITIVE = [] include Aws::Structure end |