Class: Aws::GlueDataBrew::Types::DescribeRulesetResponse

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

#create_dateTime

The date and time that the ruleset was created.

Returns:

  • (Time)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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_byString

The Amazon Resource Name (ARN) of the user who created the ruleset.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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

#descriptionString

The description of the ruleset.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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_byString

The Amazon Resource Name (ARN) of the user who last modified the ruleset.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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_dateTime

The modification date and time of the ruleset.

Returns:

  • (Time)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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

#nameString

The name of the ruleset.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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_arnString

The Amazon Resource Name (ARN) for the ruleset.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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

#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:



1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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

#tagsHash<String,String>

Metadata tags that have been applied to the ruleset.

Returns:

  • (Hash<String,String>)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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_arnString

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

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
# File 'gems/aws-sdk-gluedatabrew/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