http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-xray
/
org.http4k.connect.amazon.xray.model
/
ServiceId
Service
Id
@
JsonSerializable
data
class
ServiceId
(
val
Name
:
String
?
=
null
,
val
Names
:
List
<
String
>
?
=
null
,
val
AccountId
:
AwsAccount
?
=
null
,
val
Type
:
String
?
=
null
)
(
source
)
Members
Constructors
Service
Id
Link copied to clipboard
constructor
(
Name
:
String
?
=
null
,
Names
:
List
<
String
>
?
=
null
,
AccountId
:
AwsAccount
?
=
null
,
Type
:
String
?
=
null
)
Properties
Account
Id
Link copied to clipboard
val
AccountId
:
AwsAccount
?
Name
Link copied to clipboard
val
Name
:
String
?
Names
Link copied to clipboard
val
Names
:
List
<
String
>
?
Type
Link copied to clipboard
val
Type
:
String
?