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.
6071 6072 6073 |
# File 'sig/types.rbs', line 6071 def dry_run @dry_run end |
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
6067 6068 6069 |
# File 'sig/types.rbs', line 6067 def image_ids @image_ids end |
#include_all_resource_types ⇒ Boolean
Returns the value of attribute include_all_resource_types.
6068 6069 6070 |
# File 'sig/types.rbs', line 6068 def include_all_resource_types @include_all_resource_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6072 6073 6074 |
# File 'sig/types.rbs', line 6072 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6070 6071 6072 |
# File 'sig/types.rbs', line 6070 def next_token @next_token end |
#resource_types ⇒ ::Array[Types::ResourceTypeRequest]
Returns the value of attribute resource_types.
6069 6070 6071 |
# File 'sig/types.rbs', line 6069 def resource_types @resource_types end |