You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::VoteOnProposalInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::VoteOnProposalInput
- Defined in:
- (unknown)
Overview
Note:
When passing VoteOnProposalInput as input to an Aws::Client method, you can use a vanilla Hash:
{
network_id: "ResourceIdString", # required
proposal_id: "ResourceIdString", # required
voter_member_id: "ResourceIdString", # required
vote: "YES", # required, accepts YES, NO
}
Instance Attribute Summary collapse
-
#network_id ⇒ String
The unique identifier of the network.
-
#proposal_id ⇒ String
The unique identifier of the proposal.
-
#vote ⇒ String
The value of the vote.
-
#voter_member_id ⇒ String
The unique identifier of the member casting the vote.
Instance Attribute Details
#network_id ⇒ String
The unique identifier of the network.
#proposal_id ⇒ String
The unique identifier of the proposal.
#vote ⇒ String
The value of the vote.
Possible values:
- YES
- NO
#voter_member_id ⇒ String
The unique identifier of the member casting the vote.