Class: Aws::Types::ListImagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListImagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_name ⇒ Boolean
Returns the value of attribute by_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#include_deprecated ⇒ Boolean
Returns the value of attribute include_deprecated.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner ⇒ "Self", ...
Returns the value of attribute owner.
Instance Attribute Details
#by_name ⇒ Boolean
Returns the value of attribute by_name.
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.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def filters @filters end |
#include_deprecated ⇒ Boolean
Returns the value of attribute include_deprecated.
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.
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.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def next_token @next_token end |
#owner ⇒ "Self", ...
Returns the value of attribute owner.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def owner @owner end |