GetMemberInput

public struct GetMemberInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of the member.

    Declaration

    Swift

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

    Declaration

    Swift

    public let networkId: String
  • Undocumented

    Declaration

    Swift

    public init(memberId: String, networkId: String)
  • Declaration

    Swift

    public func validate(name: String) throws