Class: Aws::Types::ListDeploymentsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployments ⇒ ::Array[Types::DeploymentDataSummary]
Returns the value of attribute deployments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#deployments ⇒ ::Array[Types::DeploymentDataSummary]
Returns the value of attribute deployments.
214 215 216 |
# File 'sig/types.rbs', line 214 def deployments @deployments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
215 216 217 |
# File 'sig/types.rbs', line 215 def next_token @next_token end |