toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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.