Class: Aws::Types::DescribeImagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#executable_users ⇒ ::Array[::String]
Returns the value of attribute executable_users.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
-
#include_deprecated ⇒ Boolean
Returns the value of attribute include_deprecated.
-
#include_disabled ⇒ Boolean
Returns the value of attribute include_disabled.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owners ⇒ ::Array[::String]
Returns the value of attribute owners.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6197 6198 6199 |
# File 'sig/types.rbs', line 6197 def dry_run @dry_run end |
#executable_users ⇒ ::Array[::String]
Returns the value of attribute executable_users.
6190 6191 6192 |
# File 'sig/types.rbs', line 6190 def executable_users @executable_users end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6198 6199 6200 |
# File 'sig/types.rbs', line 6198 def filters @filters end |
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
6191 6192 6193 |
# File 'sig/types.rbs', line 6191 def image_ids @image_ids end |
#include_deprecated ⇒ Boolean
Returns the value of attribute include_deprecated.
6193 6194 6195 |
# File 'sig/types.rbs', line 6193 def include_deprecated @include_deprecated end |
#include_disabled ⇒ Boolean
Returns the value of attribute include_disabled.
6194 6195 6196 |
# File 'sig/types.rbs', line 6194 def include_disabled @include_disabled end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6195 6196 6197 |
# File 'sig/types.rbs', line 6195 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6196 6197 6198 |
# File 'sig/types.rbs', line 6196 def next_token @next_token end |
#owners ⇒ ::Array[::String]
Returns the value of attribute owners.
6192 6193 6194 |
# File 'sig/types.rbs', line 6192 def owners @owners end |