Class: Aws::EC2::Types::CreateFleetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateFleetResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::CreateFleetError>
Information about the instances that could not be launched by the fleet.
-
#fleet_id ⇒ String
The ID of the EC2 Fleet.
-
#instances ⇒ Array<Types::CreateFleetInstance>
Information about the instances that were launched by the fleet.
Instance Attribute Details
#errors ⇒ Array<Types::CreateFleetError>
Information about the instances that could not be launched by the
fleet. Supported only for fleets of type instant.
10103 10104 10105 10106 10107 10108 10109 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10103 class CreateFleetResult < Struct.new( :fleet_id, :errors, :instances) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The ID of the EC2 Fleet.
10103 10104 10105 10106 10107 10108 10109 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10103 class CreateFleetResult < Struct.new( :fleet_id, :errors, :instances) SENSITIVE = [] include Aws::Structure end |
#instances ⇒ Array<Types::CreateFleetInstance>
Information about the instances that were launched by the fleet.
Supported only for fleets of type instant.
10103 10104 10105 10106 10107 10108 10109 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10103 class CreateFleetResult < Struct.new( :fleet_id, :errors, :instances) SENSITIVE = [] include Aws::Structure end |