Class: Aws::DataZone::Types::CreateRuleOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ String

The action of the rule.

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#created_at ⇒ Time

The timestamp at which the rule is created.

Returns:

  • (Time)


5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#created_by ⇒ String

The user who creates the rule.

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#description ⇒ String

The description of the rule.

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#detail ⇒ Types::RuleDetail

The detail of the rule.

Returns:



5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#identifier ⇒ String

The ID of the rule.

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#name ⇒ String

The name of the rule.

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#rule_type ⇒ String

The type of the rule.

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#scope ⇒ Types::RuleScope

The scope of the rule.

Returns:



5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#target ⇒ Types::RuleTarget

The target of the rule.

Returns:



5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#target_type ⇒ String

The target type of the rule.

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5637

class CreateRuleOutput < Struct.new(
  :identifier,
  :name,
  :rule_type,
  :target,
  :action,
  :scope,
  :detail,
  :target_type,
  :description,
  :created_at,
  :created_by)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end