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

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the rule.

Returns:

  • (String)


16335
16336
16337
16338
16339
16340
16341
16342
16343
16344
16345
# File 'lib/aws-sdk-datazone/types.rb', line 16335

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

#detailTypes::RuleDetail

The detail of the rule.

Returns:



16335
16336
16337
16338
16339
16340
16341
16342
16343
16344
16345
# File 'lib/aws-sdk-datazone/types.rb', line 16335

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

#domain_identifierString

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

Returns:

  • (String)


16335
16336
16337
16338
16339
16340
16341
16342
16343
16344
16345
# File 'lib/aws-sdk-datazone/types.rb', line 16335

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

#identifierString

The ID of the rule that is to be updated

Returns:

  • (String)


16335
16336
16337
16338
16339
16340
16341
16342
16343
16344
16345
# File 'lib/aws-sdk-datazone/types.rb', line 16335

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

#include_child_domain_unitsBoolean

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

Returns:

  • (Boolean)


16335
16336
16337
16338
16339
16340
16341
16342
16343
16344
16345
# File 'lib/aws-sdk-datazone/types.rb', line 16335

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

#nameString

The name of the rule.

Returns:

  • (String)


16335
16336
16337
16338
16339
16340
16341
16342
16343
16344
16345
# File 'lib/aws-sdk-datazone/types.rb', line 16335

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

#scopeTypes::RuleScope

The scrope of the rule.

Returns:



16335
16336
16337
16338
16339
16340
16341
16342
16343
16344
16345
# File 'lib/aws-sdk-datazone/types.rb', line 16335

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