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[::String]
Returns the value of attribute deployments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#deployments ⇒ ::Array[::String]
Returns the value of attribute deployments.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def deployments @deployments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def next_token @next_token end |