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.
60944 60945 60946 60947 60948 |
# File 'lib/aws-sdk-ec2/types.rb', line 60944 class RequestSpotFleetResponse < Struct.new( :spot_fleet_request_id) SENSITIVE = [] include Aws::Structure end |