VoteOnProposalInput
public struct VoteOnProposalInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier of the network.
Declaration
Swift
public let networkId: String -
The unique identifier of the proposal.
Declaration
Swift
public let proposalId: String -
The value of the vote.
Declaration
Swift
public let vote: VoteValue -
The unique identifier of the member casting the vote.
Declaration
Swift
public let voterMemberId: String -
Undocumented
Declaration
Swift
public init(networkId: String, proposalId: String, vote: VoteValue, voterMemberId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
VoteOnProposalInput Structure Reference