Class: Aws::DataZone::Types::UpdateRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateRuleOutput
- 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.
-
#created_at ⇒ Time
The timestamp at which the rule was created.
-
#created_by ⇒ String
The user who created the rule.
-
#description ⇒ String
The description of the rule.
-
#detail ⇒ Types::RuleDetail
The detail of the rule.
-
#identifier ⇒ String
The ID of the rule.
-
#last_updated_by ⇒ String
The timestamp at which the rule was last updated.
-
#name ⇒ String
The name of the rule.
-
#revision ⇒ String
The revision 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.
-
#updated_at ⇒ Time
The timestamp at which the rule was last updated.
Instance Attribute Details
#action ⇒ String
The action of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which the rule was created.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The user who created the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#detail ⇒ Types::RuleDetail
The detail of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#identifier ⇒ String
The ID of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_by ⇒ String
The timestamp at which the rule was last updated.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#revision ⇒ String
The revision of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#rule_type ⇒ String
The type of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#scope ⇒ Types::RuleScope
The scope of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#target ⇒ Types::RuleTarget
The target of the rule.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp at which the rule was last updated.
16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 |
# File 'lib/aws-sdk-datazone/types.rb', line 16401 class UpdateRuleOutput < Struct.new( :action, :created_at, :created_by, :description, :detail, :identifier, :last_updated_by, :name, :revision, :rule_type, :scope, :target, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |