Class: Aws::Types::ListImageRecipesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImageRecipesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_recipe_summary_list ⇒ ::Array[Types::ImageRecipeSummary]
Returns the value of attribute image_recipe_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#image_recipe_summary_list ⇒ ::Array[Types::ImageRecipeSummary]
Returns the value of attribute image_recipe_summary_list.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def image_recipe_summary_list @image_recipe_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def request_id @request_id end |