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

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

Overview

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:



4806
4807
4808
4809
4810
4811
# File 'lib/aws-sdk-ec2/types.rb', line 4806

class CreateFleetResult < Struct.new(
  :fleet_id,
  :errors,
  :instances)
  include Aws::Structure
end

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)


4806
4807
4808
4809
4810
4811
# File 'lib/aws-sdk-ec2/types.rb', line 4806

class CreateFleetResult < Struct.new(
  :fleet_id,
  :errors,
  :instances)
  include Aws::Structure
end

#instancesArray<Types::CreateFleetInstance>

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

Returns:



4806
4807
4808
4809
4810
4811
# File 'lib/aws-sdk-ec2/types.rb', line 4806

class CreateFleetResult < Struct.new(
  :fleet_id,
  :errors,
  :instances)
  include Aws::Structure
end