Class: Aws::Types::EnableAllowedImagesSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableAllowedImagesSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_images_settings_state ⇒ "enabled", "audit-mode"
Returns the value of attribute allowed_images_settings_state.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#allowed_images_settings_state ⇒ "enabled", "audit-mode"
Returns the value of attribute allowed_images_settings_state.
8803 8804 8805 |
# File 'sig/types.rbs', line 8803 def allowed_images_settings_state @allowed_images_settings_state end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8804 8805 8806 |
# File 'sig/types.rbs', line 8804 def dry_run @dry_run end |