Member

public struct Member : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time that the member was created.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • An optional description for the member.

    Declaration

    Swift

    public let description: String?
  • Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.

    Declaration

    Swift

    public let frameworkAttributes: MemberFrameworkAttributes?
  • id

    The unique identifier of the member.

    Declaration

    Swift

    public let id: String?
  • Configuration properties for logging events associated with a member.

    Declaration

    Swift

    public let logPublishingConfiguration: MemberLogPublishingConfiguration?
  • The name of the member.

    Declaration

    Swift

    public let name: String?
  • The unique identifier of the network to which the member belongs.

    Declaration

    Swift

    public let networkId: String?
  • The status of a member. CREATING - The AWS account is in the process of creating a member. AVAILABLE - The member has been created and can participate in the network. CREATE_FAILED - The AWS account attempted to create a member and creation failed. DELETING - The member and all associated resources are in the process of being deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. DELETED - The member can no longer participate on the network and all associated resources are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member.

    Declaration

    Swift

    public let status: MemberStatus?
  • Undocumented

    Declaration

    Swift

    public init(creationDate: TimeStamp? = nil, description: String? = nil, frameworkAttributes: MemberFrameworkAttributes? = nil, id: String? = nil, logPublishingConfiguration: MemberLogPublishingConfiguration? = nil, name: String? = nil, networkId: String? = nil, status: MemberStatus? = nil)