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)


26311
26312
26313
26314
# File 'lib/aws-sdk-ec2/types.rb', line 26311

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