Class: Aws::EC2::Types::EnableAllowedImagesSettingsResult

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 enabled or audit-mode if the request succeeds; otherwise, it returns an error.

Returns:

  • (String)


39903
39904
39905
39906
39907
# File 'lib/aws-sdk-ec2/types.rb', line 39903

class EnableAllowedImagesSettingsResult < Struct.new(
  :allowed_images_settings_state)
  SENSITIVE = []
  include Aws::Structure
end