Class: Aws::EC2::Types::DisableAllowedImagesSettingsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableAllowedImagesSettingsResult
- 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 ‘disabled` if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#allowed_images_settings_state ⇒ String
Returns ‘disabled` if the request succeeds; otherwise, it returns an error.
30823 30824 30825 30826 30827 |
# File 'lib/aws-sdk-ec2/types.rb', line 30823 class DisableAllowedImagesSettingsResult < Struct.new( :allowed_images_settings_state) SENSITIVE = [] include Aws::Structure end |