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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



7844
7845
7846
7847
7848
7849
7850
# File 'lib/aws-sdk-ec2/types.rb', line 7844

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

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)


7844
7845
7846
7847
7848
7849
7850
# File 'lib/aws-sdk-ec2/types.rb', line 7844

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:



7844
7845
7846
7847
7848
7849
7850
# File 'lib/aws-sdk-ec2/types.rb', line 7844

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