Skip to content

/AWS1/CL_ASCLAUNCHINSTSRESULT

LaunchInstancesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_autoscalinggroupname TYPE /AWS1/ASCXMLSTRINGMAXLEN255 /AWS1/ASCXMLSTRINGMAXLEN255

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

iv_clienttoken TYPE /AWS1/ASCCLIENTTOKEN /AWS1/ASCCLIENTTOKEN

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

it_instances TYPE /AWS1/CL_ASCINSTANCECOLLECTION=>TT_INSTANCECOLLECTIONS TT_INSTANCECOLLECTIONS

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

it_errors TYPE /AWS1/CL_ASCLAUNCHINSTSERROR=>TT_LAUNCHINSTANCESERRORS TT_LAUNCHINSTANCESERRORS

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


Queryable Attributes

AutoScalingGroupName

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

Accessible with the following methods

Method Description
GET_AUTOSCALINGGROUPNAME() Getter for AUTOSCALINGGROUPNAME, with configurable default
ASK_AUTOSCALINGGROUPNAME() Getter for AUTOSCALINGGROUPNAME w/ exceptions if field has n
HAS_AUTOSCALINGGROUPNAME() Determine if AUTOSCALINGGROUPNAME has a value

ClientToken

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

Accessible with the following methods

Method Description
GET_CLIENTTOKEN() Getter for CLIENTTOKEN, with configurable default
ASK_CLIENTTOKEN() Getter for CLIENTTOKEN w/ exceptions if field has no value
HAS_CLIENTTOKEN() Determine if CLIENTTOKEN has a value

Instances

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

Accessible with the following methods

Method Description
GET_INSTANCES() Getter for INSTANCES, with configurable default
ASK_INSTANCES() Getter for INSTANCES w/ exceptions if field has no value
HAS_INSTANCES() Determine if INSTANCES has a value

Errors

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

Accessible with the following methods

Method Description
GET_ERRORS() Getter for ERRORS, with configurable default
ASK_ERRORS() Getter for ERRORS w/ exceptions if field has no value
HAS_ERRORS() Determine if ERRORS has a value