Class: Aws::EC2::Types::RequestSpotFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RequestSpotFleetResponse
- Includes:
- Structure
- Defined in:
- 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.
57529 57530 57531 57532 57533 |
# File 'lib/aws-sdk-ec2/types.rb', line 57529 class RequestSpotFleetResponse < Struct.new( :spot_fleet_request_id) SENSITIVE = [] include Aws::Structure end |