Class: Aws::DataZone::Types::UpdateRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateRuleInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the rule.
-
#detail ⇒ Types::RuleDetail
The detail of the rule.
-
#domain_identifier ⇒ String
The ID of the domain in which a rule is to be updated.
-
#identifier ⇒ String
The ID of the rule that is to be updated.
-
#include_child_domain_units ⇒ Boolean
Specifies whether to update this rule in the child domain units.
-
#name ⇒ String
The name of the rule.
-
#scope ⇒ Types::RuleScope
The scrope of the rule.
Instance Attribute Details
#description ⇒ String
The description of the rule.
19696 19697 19698 19699 19700 19701 19702 19703 19704 19705 19706 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19696 class UpdateRuleInput < Struct.new( :description, :detail, :domain_identifier, :identifier, :include_child_domain_units, :name, :scope) SENSITIVE = [:description, :name] include Aws::Structure end |
#detail ⇒ Types::RuleDetail
The detail of the rule.
19696 19697 19698 19699 19700 19701 19702 19703 19704 19705 19706 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19696 class UpdateRuleInput < Struct.new( :description, :detail, :domain_identifier, :identifier, :include_child_domain_units, :name, :scope) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain in which a rule is to be updated.
19696 19697 19698 19699 19700 19701 19702 19703 19704 19705 19706 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19696 class UpdateRuleInput < Struct.new( :description, :detail, :domain_identifier, :identifier, :include_child_domain_units, :name, :scope) SENSITIVE = [:description, :name] include Aws::Structure end |
#identifier ⇒ String
The ID of the rule that is to be updated
19696 19697 19698 19699 19700 19701 19702 19703 19704 19705 19706 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19696 class UpdateRuleInput < Struct.new( :description, :detail, :domain_identifier, :identifier, :include_child_domain_units, :name, :scope) SENSITIVE = [:description, :name] include Aws::Structure end |
#include_child_domain_units ⇒ Boolean
Specifies whether to update this rule in the child domain units.
19696 19697 19698 19699 19700 19701 19702 19703 19704 19705 19706 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19696 class UpdateRuleInput < Struct.new( :description, :detail, :domain_identifier, :identifier, :include_child_domain_units, :name, :scope) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the rule.
19696 19697 19698 19699 19700 19701 19702 19703 19704 19705 19706 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19696 class UpdateRuleInput < Struct.new( :description, :detail, :domain_identifier, :identifier, :include_child_domain_units, :name, :scope) SENSITIVE = [:description, :name] include Aws::Structure end |
#scope ⇒ Types::RuleScope
The scrope of the rule.
19696 19697 19698 19699 19700 19701 19702 19703 19704 19705 19706 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19696 class UpdateRuleInput < Struct.new( :description, :detail, :domain_identifier, :identifier, :include_child_domain_units, :name, :scope) SENSITIVE = [:description, :name] include Aws::Structure end |