class Aws::ManagedBlockchain::Types::VoteOnProposalInput

@note When making an API call, you may pass VoteOnProposalInput

data as a hash:

    {
      network_id: "ResourceIdString", # required
      proposal_id: "ResourceIdString", # required
      voter_member_id: "ResourceIdString", # required
      vote: "YES", # required, accepts YES, NO
    }

@!attribute [rw] network_id

The unique identifier of the network.
@return [String]

@!attribute [rw] proposal_id

The unique identifier of the proposal.
@return [String]

@!attribute [rw] voter_member_id

The unique identifier of the member casting the vote.
@return [String]

@!attribute [rw] vote

The value of the vote.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/VoteOnProposalInput AWS API Documentation

Constants

SENSITIVE