Class: Aws::Types::ListImageRecipesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_recipe_summary_list ⇒ ::Array[Types::ImageRecipeSummary]

Returns the value of attribute image_recipe_summary_list.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def request_id
  @request_id
end