Class: Aws::Types::DescribeImageReferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageReferencesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
-
#include_all_resource_types ⇒ Boolean
Returns the value of attribute include_all_resource_types.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_types ⇒ ::Array[Types::ResourceTypeRequest]
Returns the value of attribute resource_types.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6146 6147 6148 |
# File 'sig/types.rbs', line 6146 def dry_run @dry_run end |
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
6142 6143 6144 |
# File 'sig/types.rbs', line 6142 def image_ids @image_ids end |
#include_all_resource_types ⇒ Boolean
Returns the value of attribute include_all_resource_types.
6143 6144 6145 |
# File 'sig/types.rbs', line 6143 def include_all_resource_types @include_all_resource_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6147 6148 6149 |
# File 'sig/types.rbs', line 6147 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6145 6146 6147 |
# File 'sig/types.rbs', line 6145 def next_token @next_token end |
#resource_types ⇒ ::Array[Types::ResourceTypeRequest]
Returns the value of attribute resource_types.
6144 6145 6146 |
# File 'sig/types.rbs', line 6144 def resource_types @resource_types end |