Class: Aws::EC2::Types::RequestSpotInstancesResult

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

Overview

Contains the output of RequestSpotInstances.

Instance Attribute Summary collapse

Instance Attribute Details

#spot_instance_requestsArray<Types::SpotInstanceRequest>

One or more Spot Instance requests.

Returns:



30065
30066
30067
30068
# File 'lib/aws-sdk-ec2/types.rb', line 30065

class RequestSpotInstancesResult < Struct.new(
  :spot_instance_requests)
  include Aws::Structure
end