Accessor

class Accessor

The properties of the Accessor.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.

Link copied to clipboard

The creation date and time of the accessor.

Link copied to clipboard
val id: String?

The unique identifier of the accessor.

Link copied to clipboard

The blockchain network that the Accessor token is created for.

Link copied to clipboard

The current status of the accessor.

Link copied to clipboard

The tags assigned to the Accessor.

Link copied to clipboard

The type of the accessor.

Functions

Link copied to clipboard
inline fun copy(block: Accessor.Builder.() -> Unit = {}): Accessor
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