Class: Aws::EC2::Types::DescribeSpotInstanceRequestsResult

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

Overview

Contains the output of DescribeSpotInstanceRequests.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next set of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


15185
15186
15187
15188
15189
# File 'lib/aws-sdk-ec2/types.rb', line 15185

class DescribeSpotInstanceRequestsResult < Struct.new(
  :spot_instance_requests,
  :next_token)
  include Aws::Structure
end

#spot_instance_requestsArray<Types::SpotInstanceRequest>

One or more Spot Instance requests.

Returns:



15185
15186
15187
15188
15189
# File 'lib/aws-sdk-ec2/types.rb', line 15185

class DescribeSpotInstanceRequestsResult < Struct.new(
  :spot_instance_requests,
  :next_token)
  include Aws::Structure
end