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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::CreateFleetError>

Information about the instances that could not be launched by the fleet. Supported only for fleets of type instant.

Returns:



7902
7903
7904
7905
7906
7907
7908
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7902

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

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)


7902
7903
7904
7905
7906
7907
7908
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7902

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

#instancesArray<Types::CreateFleetInstance>

Information about the instances that were launched by the fleet. Supported only for fleets of type instant.

Returns:



7902
7903
7904
7905
7906
7907
7908
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7902

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