Class: Aws::DataZone::Types::RuleScope

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

Overview

The scope of a rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_typeTypes::AssetTypesForRule

The asset type included in the rule scope.



16151
16152
16153
16154
16155
16156
16157
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16151

class RuleScope < Struct.new(
  :asset_type,
  :data_product,
  :project)
  SENSITIVE = []
  include Aws::Structure
end

#data_productBoolean

The data product included in the rule scope.

Returns:

  • (Boolean)


16151
16152
16153
16154
16155
16156
16157
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16151

class RuleScope < Struct.new(
  :asset_type,
  :data_product,
  :project)
  SENSITIVE = []
  include Aws::Structure
end

#projectTypes::ProjectsForRule

The project included in the rule scope.



16151
16152
16153
16154
16155
16156
16157
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16151

class RuleScope < Struct.new(
  :asset_type,
  :data_product,
  :project)
  SENSITIVE = []
  include Aws::Structure
end