UpdateMemberInput
public struct UpdateMemberInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Configuration properties for publishing to Amazon CloudWatch Logs.
Declaration
Swift
public let logPublishingConfiguration: MemberLogPublishingConfiguration?
-
The unique ID of the member.
Declaration
Swift
public let memberId: String
-
The unique ID of the Managed Blockchain network to which the member belongs.
Declaration
Swift
public let networkId: String
-
Undocumented
Declaration
Swift
public init(logPublishingConfiguration: MemberLogPublishingConfiguration? = nil, memberId: String, networkId: String)
-
Declaration
Swift
public func validate(name: String) throws