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:



4761
4762
4763
4764
4765
4766
# File 'lib/aws-sdk-ec2/types.rb', line 4761

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

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)


4761
4762
4763
4764
4765
4766
# File 'lib/aws-sdk-ec2/types.rb', line 4761

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:



4761
4762
4763
4764
4765
4766
# File 'lib/aws-sdk-ec2/types.rb', line 4761

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