Class: Aws::AutoScaling::Types::LaunchInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::LaunchInstancesResult
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group where the instances were launched.
-
#client_token ⇒ String
The idempotency token used for the request, either customer-specified or auto-generated.
-
#errors ⇒ Array<Types::LaunchInstancesError>
A list of errors encountered during the launch attempt including details about failed instance launches with their corresponding error codes and messages.
-
#instances ⇒ Array<Types::InstanceCollection>
A list of successfully launched instances including details such as instance type, Availability Zone, subnet, lifecycle state, and instance IDs.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group where the instances were launched.
4935 4936 4937 4938 4939 4940 4941 4942 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4935 class LaunchInstancesResult < Struct.new( :auto_scaling_group_name, :client_token, :instances, :errors) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The idempotency token used for the request, either customer-specified or auto-generated.
4935 4936 4937 4938 4939 4940 4941 4942 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4935 class LaunchInstancesResult < Struct.new( :auto_scaling_group_name, :client_token, :instances, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::LaunchInstancesError>
A list of errors encountered during the launch attempt including details about failed instance launches with their corresponding error codes and messages.
4935 4936 4937 4938 4939 4940 4941 4942 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4935 class LaunchInstancesResult < Struct.new( :auto_scaling_group_name, :client_token, :instances, :errors) SENSITIVE = [] include Aws::Structure end |
#instances ⇒ Array<Types::InstanceCollection>
A list of successfully launched instances including details such as instance type, Availability Zone, subnet, lifecycle state, and instance IDs.
4935 4936 4937 4938 4939 4940 4941 4942 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4935 class LaunchInstancesResult < Struct.new( :auto_scaling_group_name, :client_token, :instances, :errors) SENSITIVE = [] include Aws::Structure end |