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]
857 |
# File 'sig/client.rbs', line 857
def container_recipe_summary_list: () -> ::Array[Types::ContainerRecipeSummary]
|
#next_token ⇒ ::String
858 |
# File 'sig/client.rbs', line 858
def next_token: () -> ::String
|
#request_id ⇒ ::String
856 |
# File 'sig/client.rbs', line 856
def request_id: () -> ::String
|