Class: Aws::DataZone::Types::CreateRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateRuleInput
- 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.
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#description ⇒ String
The description of the rule.
-
#detail ⇒ Types::RuleDetail
The detail of the rule.
-
#domain_identifier ⇒ String
The ID of the domain where the rule is created.
-
#name ⇒ String
The name of the rule.
-
#scope ⇒ Types::RuleScope
The scope of the rule.
-
#target ⇒ Types::RuleTarget
The target of the rule.
Instance Attribute Details
#action ⇒ String
The action of the rule.
5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5106 class CreateRuleInput < Struct.new( :domain_identifier, :name, :target, :action, :scope, :detail, :description, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5106 class CreateRuleInput < Struct.new( :domain_identifier, :name, :target, :action, :scope, :detail, :description, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the rule.
5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5106 class CreateRuleInput < Struct.new( :domain_identifier, :name, :target, :action, :scope, :detail, :description, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#detail ⇒ Types::RuleDetail
The detail of the rule.
5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5106 class CreateRuleInput < Struct.new( :domain_identifier, :name, :target, :action, :scope, :detail, :description, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where the rule is created.
5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5106 class CreateRuleInput < Struct.new( :domain_identifier, :name, :target, :action, :scope, :detail, :description, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the rule.
5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5106 class CreateRuleInput < Struct.new( :domain_identifier, :name, :target, :action, :scope, :detail, :description, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#scope ⇒ Types::RuleScope
The scope of the rule.
5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5106 class CreateRuleInput < Struct.new( :domain_identifier, :name, :target, :action, :scope, :detail, :description, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |
#target ⇒ Types::RuleTarget
The target of the rule.
5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5106 class CreateRuleInput < Struct.new( :domain_identifier, :name, :target, :action, :scope, :detail, :description, :client_token) SENSITIVE = [:name, :description] include Aws::Structure end |