AWS SDK for .NET Documentation
AttachInstancesRequest Class
AmazonAmazon.AutoScaling.ModelAttachInstancesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AttachInstances operation.

Attaches one or more Amazon EC2 instances to an existing Auto Scaling group. After the instance(s) is attached, it becomes a part of the Auto Scaling group.

For more information, see Attach Amazon EC2 Instance(s) to Your Existing Auto Scaling Group in the Auto Scaling Developer Guide .

Declaration Syntax
C#
public class AttachInstancesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AttachInstancesRequest()()()()
Initializes a new instance of the AttachInstancesRequest class

AutoScalingGroupName
The name of the Auto Scaling group to which to attach the specified instance(s).

Constraints:

Length
1 - 1600
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceIds
One or more IDs of the Amazon EC2 instances to attach to the specified Auto Scaling group. You must specify at least one instance ID.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAutoScalingGroupName(String) Obsolete.
Sets the AutoScalingGroupName property

WithInstanceIds(array<String>[]()[][]) Obsolete.
Adds elements to the InstanceIds collection

WithInstanceIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the InstanceIds collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 AttachInstancesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)