Module: Aws::Resiliencehubv2::Client::_ListResourcesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListResourcesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #service_function_id ⇒ ::String
- #service_resources ⇒ ::Array[Types::ServiceResource]
Instance Method Details
#next_token ⇒ ::String
542 |
# File 'sig/client.rbs', line 542
def next_token: () -> ::String
|
#service_function_id ⇒ ::String
540 |
# File 'sig/client.rbs', line 540
def service_function_id: () -> ::String
|
#service_resources ⇒ ::Array[Types::ServiceResource]
541 |
# File 'sig/client.rbs', line 541
def service_resources: () -> ::Array[Types::ServiceResource]
|