Class: Aws::Types::ListDeployActionExecutionTargetsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeployActionExecutionTargetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_execution_id ⇒ ::String
Returns the value of attribute action_execution_id.
-
#filters ⇒ ::Array[Types::TargetFilter]
Returns the value of attribute filters.
-
#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
#action_execution_id ⇒ ::String
Returns the value of attribute action_execution_id.
759 760 761 |
# File 'sig/types.rbs', line 759 def action_execution_id @action_execution_id end |
#filters ⇒ ::Array[Types::TargetFilter]
Returns the value of attribute filters.
760 761 762 |
# File 'sig/types.rbs', line 760 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
761 762 763 |
# File 'sig/types.rbs', line 761 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
762 763 764 |
# File 'sig/types.rbs', line 762 def next_token @next_token end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
758 759 760 |
# File 'sig/types.rbs', line 758 def pipeline_name @pipeline_name end |