MemberSummary

A summary of configuration properties for a member.

Applies only to Hyperledger Fabric.

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 member. 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 date and time that the member was created.

Link copied to clipboard

An optional description of the member.

Link copied to clipboard
val id: String?

The unique identifier of the member.

Link copied to clipboard

An indicator of whether the member is owned by your Amazon Web Services account or a different Amazon Web Services account.

Link copied to clipboard
val name: String?

The name of the member.

Link copied to clipboard

The status of the member.

Functions

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