toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
apprunner
/
aws.sdk.kotlin.services.apprunner.model
/
DescribeServiceRequest
Describe
Service
Request
class
DescribeServiceRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
service
Arn
Link copied to clipboard
val
serviceArn
:
String
?
The Amazon Resource Name (ARN) of the App Runner service that you want a description for.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
DescribeServiceRequest.Builder
.
(
)
->
Unit
=
{}
)
:
DescribeServiceRequest
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