Class: Aws::Types::ProjectsForRule
- Inherits:
-
Object
- Object
- Aws::Types::ProjectsForRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#selection_mode ⇒ "ALL", "SPECIFIC"
Returns the value of attribute selection_mode.
-
#specific_projects ⇒ ::Array[::String]
Returns the value of attribute specific_projects.
Instance Attribute Details
#selection_mode ⇒ "ALL", "SPECIFIC"
Returns the value of attribute selection_mode.
5001 5002 5003 |
# File 'sig/types.rbs', line 5001 def selection_mode @selection_mode end |
#specific_projects ⇒ ::Array[::String]
Returns the value of attribute specific_projects.
5002 5003 5004 |
# File 'sig/types.rbs', line 5002 def specific_projects @specific_projects end |