Class: Aws::EC2::Types::DescribeFleetInstancesResult

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

Overview

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:



10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-ec2/types.rb', line 10636

class DescribeFleetInstancesResult < Struct.new(
  :active_instances,
  :next_token,
  :fleet_id)
  include Aws::Structure
end

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)


10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-ec2/types.rb', line 10636

class DescribeFleetInstancesResult < Struct.new(
  :active_instances,
  :next_token,
  :fleet_id)
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-ec2/types.rb', line 10636

class DescribeFleetInstancesResult < Struct.new(
  :active_instances,
  :next_token,
  :fleet_id)
  include Aws::Structure
end