Class: Aws::Types::ListDeployActionExecutionTargetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeployActionExecutionTargetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#targets ⇒ ::Array[Types::DeployActionExecutionTarget]
Returns the value of attribute targets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
768 769 770 |
# File 'sig/types.rbs', line 768 def next_token @next_token end |
#targets ⇒ ::Array[Types::DeployActionExecutionTarget]
Returns the value of attribute targets.
767 768 769 |
# File 'sig/types.rbs', line 767 def targets @targets end |