class Aws::ManagedBlockchain::Types::VotingPolicy

The voting rules for the network to decide if a proposal is accepted

Applies only to Hyperledger Fabric.

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

data as a hash:

    {
      approval_threshold_policy: {
        threshold_percentage: 1,
        proposal_duration_in_hours: 1,
        threshold_comparator: "GREATER_THAN", # accepts GREATER_THAN, GREATER_THAN_OR_EQUAL_TO
      },
    }

@!attribute [rw] approval_threshold_policy

Defines the rules for the network for voting on proposals, such as
the percentage of `YES` votes required for the proposal to be
approved and the duration of the proposal. The policy applies to all
proposals and is specified when the network is created.
@return [Types::ApprovalThresholdPolicy]

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

Constants

SENSITIVE