Class: Aws::EC2::Types::DisableAllowedImagesSettingsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_images_settings_stateString

Returns ‘disabled` if the request succeeds; otherwise, it returns an error.

Returns:

  • (String)


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