Class: Aws::Types::ListDeploymentTargetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentTargetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#target_ids ⇒ ::Array[::String]
Returns the value of attribute target_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
998 999 1000 |
# File 'sig/types.rbs', line 998 def next_token @next_token end |
#target_ids ⇒ ::Array[::String]
Returns the value of attribute target_ids.
997 998 999 |
# File 'sig/types.rbs', line 997 def target_ids @target_ids end |