Class: Aws::GlueDataBrew::Types::DescribeRulesetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeRulesetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time that the ruleset was created.
-
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the ruleset.
-
#description ⇒ String
The description of the ruleset.
-
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
-
#last_modified_date ⇒ Time
The modification date and time of the ruleset.
-
#name ⇒ String
The name of the ruleset.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the ruleset.
-
#rules ⇒ Array<Types::Rule>
A list of rules that are defined with the ruleset.
-
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the ruleset.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
Instance Attribute Details
#create_date ⇒ Time
The date and time that the ruleset was created.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the ruleset.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ruleset.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The modification date and time of the ruleset.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ruleset.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the ruleset.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :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.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the ruleset.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1775 class DescribeRulesetResponse < Struct.new( :name, :description, :target_arn, :rules, :create_date, :created_by, :last_modified_by, :last_modified_date, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |