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 =
[:description, :name]
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.
4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] 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.
4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the rule.
4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] include Aws::Structure end |
#detail ⇒ Types::RuleDetail
The detail of the rule.
4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where the rule is created.
4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the rule.
4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] include Aws::Structure end |
#scope ⇒ Types::RuleScope
The scope of the rule.
4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] include Aws::Structure end |
#target ⇒ Types::RuleTarget
The target of the rule.
4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] include Aws::Structure end |