Class: Aws::EC2::Types::DisableAllowedImagesSettingsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableAllowedImagesSettingsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_images_settings_state ⇒ String
Returns
disabledif 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.
34381 34382 34383 34384 34385 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34381 class DisableAllowedImagesSettingsResult < Struct.new( :allowed_images_settings_state) SENSITIVE = [] include Aws::Structure end |