Class: Aws::Types::ListDeploymentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployments ⇒ ::Array[Types::Deployment]
Returns the value of attribute deployments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#deployments ⇒ ::Array[Types::Deployment]
Returns the value of attribute deployments.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def deployments @deployments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def next_token @next_token end |