Class: Aws::Types::ListImagesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_name ⇒ Boolean

Returns the value of attribute by_name.

Returns:

  • (Boolean)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def by_name
  @by_name
end

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

Returns the value of attribute filters.

Returns:



1600
1601
1602
# File 'sig/types.rbs', line 1600

def filters
  @filters
end

#include_deprecated ⇒ Boolean

Returns the value of attribute include_deprecated.

Returns:

  • (Boolean)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def include_deprecated
  @include_deprecated
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def next_token
  @next_token
end

#owner ⇒ "Self", ...

Returns the value of attribute owner.

Returns:

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


1599
1600
1601
# File 'sig/types.rbs', line 1599

def owner
  @owner
end