DeleteMemberInput
public struct DeleteMemberInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier of the member to remove.
Declaration
Swift
public let memberId: String -
The unique identifier of the network from which the member is removed.
Declaration
Swift
public let networkId: String -
Undocumented
Declaration
Swift
public init(memberId: String, networkId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteMemberInput Structure Reference