You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::VoteSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::VoteSummary
- Defined in:
- (unknown)
Overview
Properties of an individual vote that a member cast for a proposal.
Instance Attribute Summary collapse
-
#member_id ⇒ String
The unique identifier of the member that cast the vote.
-
#member_name ⇒ String
The name of the member that cast the vote.
-
#vote ⇒ String
The vote value, either
YES
orNO
.
Instance Attribute Details
#member_id ⇒ String
The unique identifier of the member that cast the vote.
#member_name ⇒ String
The name of the member that cast the vote.
#vote ⇒ String
The vote value, either YES
or NO
.
Possible values:
- YES
- NO