Module: Aws::Proton::Client::_ListServiceInstancesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListServiceInstancesOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
929 |
# File 'sig/client.rbs', line 929
def next_token: () -> ::String
|
#service_instances ⇒ ::Array[Types::ServiceInstanceSummary]
930 |
# File 'sig/client.rbs', line 930
def service_instances: () -> ::Array[Types::ServiceInstanceSummary]
|