Class: Aws::EC2::Types::EnableImageResult

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

#returnBoolean

Returns true if the request succeeds; otherwise, it returns an error.

Returns:

  • (Boolean)


42261
42262
42263
42264
42265
# File 'lib/aws-sdk-ec2/types.rb', line 42261

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