Class: Aws::EC2::Types::DescribeSpotFleetInstancesResponse

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

Overview

Contains the output of DescribeSpotFleetInstances.

Instance Attribute Summary collapse

Instance Attribute Details

#active_instancesArray<Types::ActiveInstance>

The running instances. This list is refreshed periodically and might be out of date.

Returns:



14919
14920
14921
14922
14923
14924
# File 'lib/aws-sdk-ec2/types.rb', line 14919

class DescribeSpotFleetInstancesResponse < Struct.new(
  :active_instances,
  :next_token,
  :spot_fleet_request_id)
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


14919
14920
14921
14922
14923
14924
# File 'lib/aws-sdk-ec2/types.rb', line 14919

class DescribeSpotFleetInstancesResponse < Struct.new(
  :active_instances,
  :next_token,
  :spot_fleet_request_id)
  include Aws::Structure
end

#spot_fleet_request_idString

The ID of the Spot Fleet request.

Returns:

  • (String)


14919
14920
14921
14922
14923
14924
# File 'lib/aws-sdk-ec2/types.rb', line 14919

class DescribeSpotFleetInstancesResponse < Struct.new(
  :active_instances,
  :next_token,
  :spot_fleet_request_id)
  include Aws::Structure
end