S3

data class S3(val value: ProtectedJobS3Output) : ProtectedJobOutput

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

Constructors

Link copied to clipboard
constructor(value: ProtectedJobS3Output)

Properties

Link copied to clipboard

Inherited 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