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.
6122 6123 6124 |
# File 'sig/types.rbs', line 6122 def dry_run @dry_run end |
#executable_users ⇒ ::Array[::String]
Returns the value of attribute executable_users.
6115 6116 6117 |
# File 'sig/types.rbs', line 6115 def executable_users @executable_users end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6123 6124 6125 |
# File 'sig/types.rbs', line 6123 def filters @filters end |
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
6116 6117 6118 |
# File 'sig/types.rbs', line 6116 def image_ids @image_ids end |
#include_deprecated ⇒ Boolean
Returns the value of attribute include_deprecated.
6118 6119 6120 |
# File 'sig/types.rbs', line 6118 def include_deprecated @include_deprecated end |
#include_disabled ⇒ Boolean
Returns the value of attribute include_disabled.
6119 6120 6121 |
# File 'sig/types.rbs', line 6119 def include_disabled @include_disabled end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6120 6121 6122 |
# File 'sig/types.rbs', line 6120 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6121 6122 6123 |
# File 'sig/types.rbs', line 6121 def next_token @next_token end |
#owners ⇒ ::Array[::String]
Returns the value of attribute owners.
6117 6118 6119 |
# File 'sig/types.rbs', line 6117 def owners @owners end |