ProtectedQueryOutput
Contains details about the protected query output.
Inheritors
Types
Contains output information for protected queries that use a distribute
output type. This output type lets you send query results to multiple locations - either to S3 or to collaboration members.
The list of member Amazon Web Services account(s) that received the results of the query.
If present, the output for a protected query with an S3
output type.
Functions
Casts this ProtectedQueryOutput as a Distribute and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryDistributeOutput value. Throws an exception if the ProtectedQueryOutput is not a Distribute.
Casts this ProtectedQueryOutput as a Distribute and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryDistributeOutput value. Returns null if the ProtectedQueryOutput is not a Distribute.
Casts this ProtectedQueryOutput as a MemberList and retrieves its kotlin.collections.List
Casts this ProtectedQueryOutput as a MemberList and retrieves its kotlin.collections.List
Casts this ProtectedQueryOutput as a S3 and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryS3Output value. Throws an exception if the ProtectedQueryOutput is not a S3.
Casts this ProtectedQueryOutput as a S3 and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryS3Output value. Returns null if the ProtectedQueryOutput is not a S3.