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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2848
2849
2850
2851
2852
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2848

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