Class: Aws::DataZone::Types::RuleScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RuleScope
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The scope of a rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_type ⇒ Types::AssetTypesForRule
The asset type included in the rule scope.
-
#data_product ⇒ Boolean
The data product included in the rule scope.
-
#project ⇒ Types::ProjectsForRule
The project included in the rule scope.
Instance Attribute Details
#asset_type ⇒ Types::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_product ⇒ Boolean
The data product 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 |
#project ⇒ Types::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 |