Class: Aws::AutoScaling::Types::LaunchInstancesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group where the instances were launched.

Returns:

  • (String)


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_tokenString

The idempotency token used for the request, either customer-specified or auto-generated.

Returns:

  • (String)


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

#errorsArray<Types::LaunchInstancesError>

A list of errors encountered during the launch attempt including details about failed instance launches with their corresponding error codes and messages.

Returns:



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

#instancesArray<Types::InstanceCollection>

A list of successfully launched instances including details such as instance type, Availability Zone, subnet, lifecycle state, and instance IDs.

Returns:



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