Class: Aws::DataZone::Types::RuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RuleSummary
- 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
-
#action ⇒ String
The action of the rule.
-
#identifier ⇒ String
The ID of the rule.
-
#last_updated_by ⇒ String
The timestamp at which the rule was last updated.
-
#name ⇒ String
The name of the rule.
-
#revision ⇒ String
The revision of the rule.
-
#rule_type ⇒ String
The type of the rule.
-
#scope ⇒ Types::RuleScope
The scope of the rule.
-
#target ⇒ Types::RuleTarget
The target of the rule.
-
#target_type ⇒ String
The target type of the rule.
-
#updated_at ⇒ Time
The timestamp at which the rule was last updated.
Instance Attribute Details
#action ⇒ String
The action of the rule.
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 |
#identifier ⇒ String
The ID of the rule.
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_by ⇒ String
The timestamp at which the rule was last updated.
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 |
#name ⇒ String
The name of the rule.
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 |
#revision ⇒ String
The revision of the rule.
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_type ⇒ String
The type of the rule.
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 |
#scope ⇒ Types::RuleScope
The scope of the rule.
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 ⇒ Types::RuleTarget
The target of the rule.
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_type ⇒ String
The target type of the rule.
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_at ⇒ Time
The timestamp at which the rule was last updated.
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 |