Class: Aws::Types::ReplaceImageCriteriaInAllowedImagesSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceImageCriteriaInAllowedImagesSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_criteria ⇒ ::Array[Types::ImageCriterionRequest]
Returns the value of attribute image_criteria.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16074 16075 16076 |
# File 'sig/types.rbs', line 16074 def dry_run @dry_run end |
#image_criteria ⇒ ::Array[Types::ImageCriterionRequest]
Returns the value of attribute image_criteria.
16073 16074 16075 |
# File 'sig/types.rbs', line 16073 def image_criteria @image_criteria end |