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.
5888 5889 5890 |
# File 'sig/types.rbs', line 5888 def dry_run @dry_run end |
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
5884 5885 5886 |
# File 'sig/types.rbs', line 5884 def image_ids @image_ids end |
#include_all_resource_types ⇒ Boolean
Returns the value of attribute include_all_resource_types.
5885 5886 5887 |
# File 'sig/types.rbs', line 5885 def include_all_resource_types @include_all_resource_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5889 5890 5891 |
# File 'sig/types.rbs', line 5889 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5887 5888 5889 |
# File 'sig/types.rbs', line 5887 def next_token @next_token end |
#resource_types ⇒ ::Array[Types::ResourceTypeRequest]
Returns the value of attribute resource_types.
5886 5887 5888 |
# File 'sig/types.rbs', line 5886 def resource_types @resource_types end |