Class: Aws::Types::ListRuleExecutionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRuleExecutionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::RuleExecutionFilter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
Instance Attribute Details
#filter ⇒ Types::RuleExecutionFilter
Returns the value of attribute filter.
800 801 802 |
# File 'sig/types.rbs', line 800 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
801 802 803 |
# File 'sig/types.rbs', line 801 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
802 803 804 |
# File 'sig/types.rbs', line 802 def next_token @next_token end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
799 800 801 |
# File 'sig/types.rbs', line 799 def pipeline_name @pipeline_name end |