You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::CreateFleetResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::CreateFleetError>

Information about the instances that could not be launched by the fleet. Valid only when Type is set to instant.

Returns:

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)

    The ID of the EC2 Fleet.

#instancesArray<Types::CreateFleetInstance>

Information about the instances that were launched by the fleet. Valid only when Type is set to instant.

Returns: