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
.
8839 8840 8841 8842 8843 8844 8845 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8839 class CreateFleetResult < Struct.new( :fleet_id, :errors, :instances) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The ID of the EC2 Fleet.
8839 8840 8841 8842 8843 8844 8845 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8839 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
.
8839 8840 8841 8842 8843 8844 8845 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8839 class CreateFleetResult < Struct.new( :fleet_id, :errors, :instances) SENSITIVE = [] include Aws::Structure end |