Class: Aws::ManagedBlockchain::Types::VotingPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::VotingPolicy
- 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
-
#approval_threshold_policy ⇒ Types::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.
Instance Attribute Details
#approval_threshold_policy ⇒ Types::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 |