Class: Aws::DataZone::Types::CreateRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateRuleOutput
- 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.
-
#created_at ⇒ Time
The timestamp at which the rule is created.
-
#created_by ⇒ String
The user who creates the rule.
-
#description ⇒ String
The description of the rule.
-
#detail ⇒ Types::RuleDetail
The detail of the rule.
-
#identifier ⇒ String
The ID of the rule.
-
#name ⇒ String
The name 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.
-
#target_type ⇒ String
The target type of the rule.
Instance Attribute Details
#action ⇒ String
The action of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which the rule is created.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The user who creates the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#detail ⇒ Types::RuleDetail
The detail of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#identifier ⇒ String
The ID of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#rule_type ⇒ String
The type of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#scope ⇒ Types::RuleScope
The scope of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#target ⇒ Types::RuleTarget
The target of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |
#target_type ⇒ String
The target type of the rule.
4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268 class CreateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :name, :rule_type, :scope, :target, :target_type) SENSITIVE = [:description, :name] include Aws::Structure end |