Class: Aws::DataZone::Types::UpdateRuleInput

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

#descriptionString

The description of the rule.

Returns:

  • (String)


22202
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22202

class UpdateRuleInput < Struct.new(
  :domain_identifier,
  :identifier,
  :name,
  :description,
  :scope,
  :detail,
  :include_child_domain_units)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#detailTypes::RuleDetail

The detail of the rule.

Returns:



22202
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22202

class UpdateRuleInput < Struct.new(
  :domain_identifier,
  :identifier,
  :name,
  :description,
  :scope,
  :detail,
  :include_child_domain_units)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#domain_identifierString

The ID of the domain in which a rule is to be updated.

Returns:

  • (String)


22202
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22202

class UpdateRuleInput < Struct.new(
  :domain_identifier,
  :identifier,
  :name,
  :description,
  :scope,
  :detail,
  :include_child_domain_units)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#identifierString

The ID of the rule that is to be updated

Returns:

  • (String)


22202
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22202

class UpdateRuleInput < Struct.new(
  :domain_identifier,
  :identifier,
  :name,
  :description,
  :scope,
  :detail,
  :include_child_domain_units)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#include_child_domain_unitsBoolean

Specifies whether to update this rule in the child domain units.

Returns:

  • (Boolean)


22202
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22202

class UpdateRuleInput < Struct.new(
  :domain_identifier,
  :identifier,
  :name,
  :description,
  :scope,
  :detail,
  :include_child_domain_units)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the rule.

Returns:

  • (String)


22202
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22202

class UpdateRuleInput < Struct.new(
  :domain_identifier,
  :identifier,
  :name,
  :description,
  :scope,
  :detail,
  :include_child_domain_units)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#scopeTypes::RuleScope

The scrope of the rule.

Returns:



22202
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22202

class UpdateRuleInput < Struct.new(
  :domain_identifier,
  :identifier,
  :name,
  :description,
  :scope,
  :detail,
  :include_child_domain_units)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end