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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



13327
13328
13329
13330
13331
13332
13333
# File 'lib/aws-sdk-datazone/types.rb', line 13327

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)


13327
13328
13329
13330
13331
13332
13333
# File 'lib/aws-sdk-datazone/types.rb', line 13327

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

#projectTypes::ProjectsForRule

The project included in the rule scope.



13327
13328
13329
13330
13331
13332
13333
# File 'lib/aws-sdk-datazone/types.rb', line 13327

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