Class: Aws::DataZone::Types::RuleSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The summary of the rule.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action of the rule.

Returns:

  • (String)


13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#identifierString

The ID of the rule.

Returns:

  • (String)


13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#last_updated_byString

The timestamp at which the rule was last updated.

Returns:

  • (String)


13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the rule.

Returns:

  • (String)


13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#revisionString

The revision of the rule.

Returns:

  • (String)


13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#rule_typeString

The type of the rule.

Returns:

  • (String)


13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#scopeTypes::RuleScope

The scope of the rule.

Returns:



13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#targetTypes::RuleTarget

The target of the rule.

Returns:



13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#target_typeString

The target type of the rule.

Returns:

  • (String)


13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#updated_atTime

The timestamp at which the rule was last updated.

Returns:

  • (Time)


13379
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
# File 'lib/aws-sdk-datazone/types.rb', line 13379

class RuleSummary < Struct.new(
  :action,
  :identifier,
  :last_updated_by,
  :name,
  :revision,
  :rule_type,
  :scope,
  :target,
  :target_type,
  :updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end