ProtectedJobOutput

sealed class ProtectedJobOutput

Contains details about the protected job output.

Inheritors

Types

Link copied to clipboard

The list of member Amazon Web Services account(s) that received the results of the job.

Link copied to clipboard
data class S3(val value: ProtectedJobS3Output) : ProtectedJobOutput

If present, the output for a protected job with an S3 output type.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ProtectedJobOutput as a MemberList and retrieves its kotlin.collections.List value. Throws an exception if the ProtectedJobOutput is not a MemberList.

Link copied to clipboard
Link copied to clipboard

Casts this ProtectedJobOutput as a S3 and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedJobS3Output value. Throws an exception if the ProtectedJobOutput is not a S3.

Link copied to clipboard