Class: Aws::Types::CriteriaForJob
- Inherits:
-
Object
- Object
- Aws::Types::CriteriaForJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#simple_criterion ⇒ Types::SimpleCriterionForJob
Returns the value of attribute simple_criterion.
-
#tag_criterion ⇒ Types::TagCriterionForJob
Returns the value of attribute tag_criterion.
Instance Attribute Details
#simple_criterion ⇒ Types::SimpleCriterionForJob
Returns the value of attribute simple_criterion.
433 434 435 |
# File 'sig/types.rbs', line 433 def simple_criterion @simple_criterion end |
#tag_criterion ⇒ Types::TagCriterionForJob
Returns the value of attribute tag_criterion.
434 435 436 |
# File 'sig/types.rbs', line 434 def tag_criterion @tag_criterion end |