Class: Aws::Types::ListImageRecipesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters ⇒ ::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1557
1558
1559
# File 'sig/types.rbs', line 1557

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def next_token
  @next_token
end

#owner ⇒ "Self", ...

Returns the value of attribute owner.

Returns:

  • ("Self", "Shared", "Amazon", "ThirdParty", "AWSMarketplace")


1556
1557
1558
# File 'sig/types.rbs', line 1556

def owner
  @owner
end