Class: Aws::GlueDataBrew::Types::RulesetItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::RulesetItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Contains metadata about the ruleset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the ruleset.
-
#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.
-
#rule_count ⇒ Integer
The number of rules that are defined in 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
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time that the ruleset was created.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The modification date and time of the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#rule_count ⇒ Integer
The number of rules that are defined in the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the ruleset.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3339 class RulesetItem < Struct.new( :account_id, :created_by, :create_date, :description, :last_modified_by, :last_modified_date, :name, :resource_arn, :rule_count, :tags, :target_arn) SENSITIVE = [] include Aws::Structure end |