AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sns
/
aws.sdk.kotlin.services.sns.model
/
PublishBatchResponse
/
Builder
Builder
class
Builder
Members
Properties
failed
Link copied to clipboard
var
failed
:
List
<
BatchResultErrorEntry
>
?
A list of failed
PublishBatch
responses.
successful
Link copied to clipboard
var
successful
:
List
<
PublishBatchResultEntry
>
?
A list of successful
PublishBatch
responses.