ShareDetails

The details of a resource share.

Types

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

Properties

Link copied to clipboard

The timestamp of when the resource share was created.

Link copied to clipboard

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

Link copied to clipboard

The principal subscriber is the account that is sharing the resource.

Link copied to clipboard

The Arn of the shared resource.

Link copied to clipboard

The ID of the shared resource.

Link copied to clipboard

The ID of the resource share.

Link copied to clipboard

The name of the resource share.

Link copied to clipboard

The status of the share.

Link copied to clipboard

The status message for a resource share. It provides additional details about the share status.

Link copied to clipboard

The timestamp of the resource 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