Class: Aws::EC2::Types::RequestSpotFleetResponse

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

Overview

Contains the output of RequestSpotFleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#spot_fleet_request_idString

The ID of the Spot Fleet request.

Returns:

  • (String)


56560
56561
56562
56563
56564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56560

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