Class: Aws::DataZone::Types::ProjectsForRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ProjectsForRule
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies projects in which the rule is created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#selection_mode ⇒ String
The selection mode of the rule.
-
#specific_projects ⇒ Array<String>
The specific projects in which the rule is created.
Instance Attribute Details
#selection_mode ⇒ String
The selection mode of the rule.
14928 14929 14930 14931 14932 14933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14928 class ProjectsForRule < Struct.new( :selection_mode, :specific_projects) SENSITIVE = [] include Aws::Structure end |
#specific_projects ⇒ Array<String>
The specific projects in which the rule is created.
14928 14929 14930 14931 14932 14933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14928 class ProjectsForRule < Struct.new( :selection_mode, :specific_projects) SENSITIVE = [] include Aws::Structure end |