AWS SDK for Kotlin
Toggle table of contents
1.5.122
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
elasticloadbalancing
/
aws.sdk.kotlin.services.elasticloadbalancing.model
/
DescribeTagsRequest
Describe
Tags
Request
class
DescribeTagsRequest
Contains the parameters for DescribeTags.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
load
Balancer
Names
Link copied to clipboard
val
loadBalancerNames
:
List
<
String
>
?
The names of the load balancers.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
DescribeTagsRequest.Builder
.
(
)
->
Unit
=
{}
)
:
DescribeTagsRequest
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