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
show all
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

Instance Attribute Details

#network_idString

The unique identifier of the network.

Returns:

  • (String)

    The unique identifier of the network.

#proposal_idString

The unique identifier of the proposal.

Returns:

  • (String)

    The unique identifier of the proposal.

#voteString

The value of the vote.

Possible values:

  • YES
  • NO

Returns:

  • (String)

    The value of the vote.

#voter_member_idString

The unique identifier of the member casting the vote.

Returns:

  • (String)

    The unique identifier of the member casting the vote.