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-iot
/
org.http4k.connect.amazon.iot.action
/
CreatedStream
Created
Stream
@
JsonSerializable
data
class
CreatedStream
(
val
streamId
:
StreamId
,
val
streamArn
:
ARN
,
val
streamVersion
:
Int
,
val
description
:
String
?
=
null
)
(
source
)
Members
Constructors
Created
Stream
Link copied to clipboard
constructor
(
streamId
:
StreamId
,
streamArn
:
ARN
,
streamVersion
:
Int
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
stream
Arn
Link copied to clipboard
val
streamArn
:
ARN
stream
Id
Link copied to clipboard
val
streamId
:
StreamId
stream
Version
Link copied to clipboard
val
streamVersion
:
Int