Class: Aws::EC2::Types::ModifySpotFleetRequestResponse

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

Overview

Contains the output of ModifySpotFleetRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

Is ‘true` if the request succeeds, and an error otherwise.

Returns:

  • (Boolean)


26085
26086
26087
26088
# File 'lib/aws-sdk-ec2/types.rb', line 26085

class ModifySpotFleetRequestResponse < Struct.new(
  :return)
  include Aws::Structure
end