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.
15777 15778 15779 |
# File 'sig/types.rbs', line 15777 def dry_run @dry_run end |
#image_criteria ⇒ ::Array[Types::ImageCriterionRequest]
Returns the value of attribute image_criteria.
15776 15777 15778 |
# File 'sig/types.rbs', line 15776 def image_criteria @image_criteria end |