Class: Aws::EC2::Types::RequestSpotFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RequestSpotFleetResponse
- 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
-
#spot_fleet_request_id ⇒ String
The ID of the Spot Fleet request.
Instance Attribute Details
#spot_fleet_request_id ⇒ String
The ID of the Spot Fleet request.
61220 61221 61222 61223 61224 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61220 class RequestSpotFleetResponse < Struct.new( :spot_fleet_request_id) SENSITIVE = [] include Aws::Structure end |