Class: Aws::Types::ListStackSetAutoDeploymentTargetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStackSetAutoDeploymentTargetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#summaries ⇒ ::Array[Types::StackSetAutoDeploymentTargetSummary]
Returns the value of attribute summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def next_token @next_token end |
#summaries ⇒ ::Array[Types::StackSetAutoDeploymentTargetSummary]
Returns the value of attribute summaries.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def summaries @summaries end |