toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
autoscaling
/
aws.sdk.kotlin.services.autoscaling.model
/
AttachInstancesRequest
Attach
Instances
Request
class
AttachInstancesRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
auto
Scaling
Group
Name
Link copied to clipboard
val
autoScalingGroupName
:
String
?
The name of the Auto Scaling group.
instance
Ids
Link copied to clipboard
val
instanceIds
:
List
<
String
>
?
The IDs of the instances. You can specify up to 20 instances.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
AttachInstancesRequest.Builder
.
(
)
->
Unit
=
{}
)
:
AttachInstancesRequest
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String