Class: Aws::EC2::Types::EnableAllowedImagesSettingsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableAllowedImagesSettingsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_images_settings_state ⇒ String
Returns ‘enabled` or `audit-mode` if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#allowed_images_settings_state ⇒ String
Returns ‘enabled` or `audit-mode` if the request succeeds; otherwise, it returns an error.
33244 33245 33246 33247 33248 |
# File 'lib/aws-sdk-ec2/types.rb', line 33244 class EnableAllowedImagesSettingsResult < Struct.new( :allowed_images_settings_state) SENSITIVE = [] include Aws::Structure end |