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
548 |
# File 'sig/client.rbs', line 548
def application_name: () -> ::String
|
#deployment_groups ⇒ ::Array[::String]
549 |
# File 'sig/client.rbs', line 549
def deployment_groups: () -> ::Array[::String]
|
#next_token ⇒ ::String
550 |
# File 'sig/client.rbs', line 550
def next_token: () -> ::String
|