Module: Aws::ResilienceHub::Client::_ListAppVersionResourcesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListAppVersionResourcesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #physical_resources ⇒ ::Array[Types::PhysicalResource]
- #resolution_id ⇒ ::String
Instance Method Details
#next_token ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def next_token: () -> ::String
|
#physical_resources ⇒ ::Array[Types::PhysicalResource]
674 |
# File 'sig/client.rbs', line 674
def physical_resources: () -> ::Array[Types::PhysicalResource]
|
#resolution_id ⇒ ::String
675 |
# File 'sig/client.rbs', line 675
def resolution_id: () -> ::String
|