Class: Aws::ManagedBlockchain::Types::VotingPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

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

Applies only to Hyperledger Fabric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_threshold_policyTypes::ApprovalThresholdPolicy

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.



2845
2846
2847
2848
2849
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2845

class VotingPolicy < Struct.new(
  :approval_threshold_policy)
  SENSITIVE = []
  include Aws::Structure
end