Module: Aws::Imagebuilder::Client::_ListContainerRecipesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListContainerRecipesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #container_recipe_summary_list ⇒ ::Array[Types::ContainerRecipeSummary]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
Instance Method Details
#container_recipe_summary_list ⇒ ::Array[Types::ContainerRecipeSummary]
849 |
# File 'sig/client.rbs', line 849
def container_recipe_summary_list: () -> ::Array[Types::ContainerRecipeSummary]
|
#next_token ⇒ ::String
850 |
# File 'sig/client.rbs', line 850
def next_token: () -> ::String
|
#request_id ⇒ ::String
848 |
# File 'sig/client.rbs', line 848
def request_id: () -> ::String
|