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
637 |
# File 'sig/client.rbs', line 637
def next_token: () -> ::String
|
#service_function_id ⇒ ::String
635 |
# File 'sig/client.rbs', line 635
def service_function_id: () -> ::String
|
#service_resources ⇒ ::Array[Types::ServiceResource]
636 |
# File 'sig/client.rbs', line 636
def service_resources: () -> ::Array[Types::ServiceResource]
|