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. Note that this list is refreshed periodically and might be out of date.

Returns:



9676
9677
9678
9679
9680
9681
# File 'lib/aws-sdk-ec2/types.rb', line 9676

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)


9676
9677
9678
9679
9680
9681
# File 'lib/aws-sdk-ec2/types.rb', line 9676

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)


9676
9677
9678
9679
9680
9681
# File 'lib/aws-sdk-ec2/types.rb', line 9676

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