Class: Aws::DataZone::Types::CreateRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateRuleInput
- Includes:
- Structure
- Defined in:
- 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.
3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-datazone/types.rb', line 3462 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.
3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-datazone/types.rb', line 3462 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.
3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-datazone/types.rb', line 3462 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.
3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-datazone/types.rb', line 3462 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.
3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-datazone/types.rb', line 3462 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.
3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-datazone/types.rb', line 3462 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.
3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-datazone/types.rb', line 3462 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.
3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-datazone/types.rb', line 3462 class CreateRuleInput < Struct.new( :action, :client_token, :description, :detail, :domain_identifier, :name, :scope, :target) SENSITIVE = [:description, :name] include Aws::Structure end |