Module: Aws::CodeDeploy::Client::_ListDeploymentGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDeploymentGroupsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#application_name ⇒ ::String
549 |
# File 'sig/client.rbs', line 549
def application_name: () -> ::String
|
#deployment_groups ⇒ ::Array[::String]
550 |
# File 'sig/client.rbs', line 550
def deployment_groups: () -> ::Array[::String]
|
#next_token ⇒ ::String
551 |
# File 'sig/client.rbs', line 551
def next_token: () -> ::String
|