Module: Aws::GreengrassV2::Client::_ListDeploymentsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDeploymentsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#deployments ⇒ ::Array[Types::Deployment]
456 |
# File 'sig/client.rbs', line 456
def deployments: () -> ::Array[Types::Deployment]
|
#next_token ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def next_token: () -> ::String
|