Class: Aws::GlueDataBrew::Types::RulesetItem

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

Overview

Contains metadata about the ruleset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account that owns the ruleset.

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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_dateTime

The date and time that the ruleset was created.

Returns:

  • (Time)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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_byString

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

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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

#descriptionString

The description of the ruleset.

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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_byString

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

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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_dateTime

The modification date and time of the ruleset.

Returns:

  • (Time)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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

#nameString

The name of the ruleset.

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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_arnString

The Amazon Resource Name (ARN) for the ruleset.

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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_countInteger

The number of rules that are defined in the ruleset.

Returns:

  • (Integer)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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

#tagsHash<String,String>

Metadata tags that have been applied to the ruleset.

Returns:

  • (Hash<String,String>)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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_arnString

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

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-gluedatabrew/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