ShareDetails

The details of a share.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp for when the share was created.

Link copied to clipboard

The account ID for the data owner. The owner creates the share offer.

Link copied to clipboard

The principal subscriber is the account the analytics store data is being shared with.

Link copied to clipboard

The resource Arn of the analytics store being shared.

Link copied to clipboard

The ID for a share offer for an analytics store .

Link copied to clipboard

The name of the share.

Link copied to clipboard

The status of a share.

Link copied to clipboard

The status message for a share. It provides more details on the status of the share.

Link copied to clipboard

The timestamp of the share update.

Functions

Link copied to clipboard
inline fun copy(block: ShareDetails.Builder.() -> Unit = {}): ShareDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String