Class: Aws::DataZone::Types::UpdateRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateRuleOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#action ⇒ String
The action of the rule.
-
#created_at ⇒ Time
The timestamp at which the rule was created.
-
#created_by ⇒ String
The user who created the rule.
-
#description ⇒ String
The description of the rule.
-
#detail ⇒ Types::RuleDetail
The detail 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.
-
#updated_at ⇒ Time
The timestamp at which the rule was last updated.
Instance Attribute Details
#action ⇒ String
The action of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which the rule was created.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_by ⇒ String
The user who created the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#detail ⇒ Types::RuleDetail
The detail of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#identifier ⇒ String
The ID of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#last_updated_by ⇒ String
The timestamp at which the rule was last updated.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#revision ⇒ String
The revision of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#rule_type ⇒ String
The type of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#scope ⇒ Types::RuleScope
The scope of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#target ⇒ Types::RuleTarget
The target of the rule.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp at which the rule was last updated.
22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22555 class UpdateRuleOutput < Struct.new( :identifier, :revision, :name, :rule_type, :target, :action, :scope, :detail, :description, :created_at, :updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |