VoteSummary
public struct VoteSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier of the member that cast the vote.
Declaration
Swift
public let memberId: String? -
The name of the member that cast the vote.
Declaration
Swift
public let memberName: String? -
The vote value, either YES or NO.
Declaration
Swift
public let vote: VoteValue? -
Undocumented
Declaration
Swift
public init(memberId: String? = nil, memberName: String? = nil, vote: VoteValue? = nil)
View on GitHub
VoteSummary Structure Reference