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)


24312
24313
24314
24315
# File 'lib/aws-sdk-ec2/types.rb', line 24312

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