You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::ProposalThe actions to perform on the network if the proposal is APPROVED
.
The date and time that the proposal was created.
The description of the proposal.
The date and time that the proposal expires.
The unique identifier of the network for which the proposal is made.
The current total of NO
votes cast on the proposal by members.
The number of votes remaining to be cast on the proposal by members.
The unique identifier of the proposal.
The unique identifier of the member that created the proposal.
The name of the member that created the proposal.
The status of the proposal.
The current total of YES
votes cast on the proposal by members.
The date and time that the proposal was created.
#description ⇒ StringThe description of the proposal.
#expiration_date ⇒ TimeThe date and time that the proposal expires. This is the CreationDate
plus the ProposalDurationInHours
that is specified in the ProposalThresholdPolicy
. After this date and time, if members have not cast enough votes to determine the outcome according to the voting policy, the proposal is EXPIRED
and Actions
are not carried out.
The unique identifier of the network for which the proposal is made.
#no_vote_count ⇒ IntegerThe current total of NO
votes cast on the proposal by members.
The number of votes remaining to be cast on the proposal by members. In other words, the number of members minus the sum of YES
votes and NO
votes.
The unique identifier of the proposal.
#proposed_by_member_id ⇒ StringThe unique identifier of the member that created the proposal.
#proposed_by_member_name ⇒ StringThe name of the member that created the proposal.
#status ⇒ StringThe status of the proposal. Values are as follows:
IN_PROGRESS
- The proposal is active and open for member voting.
APPROVED
- The proposal was approved with sufficient YES
votes among members according to the VotingPolicy
specified for the Network
. The specified proposal actions are carried out.
REJECTED
- The proposal was rejected with insufficient YES
votes among members according to the VotingPolicy
specified for the Network
. The specified ProposalActions
are not carried out.
EXPIRED
- Members did not cast the number of votes required to determine the proposal outcome before the proposal expired. The specified ProposalActions
are not carried out.
ACTION_FAILED
- One or more of the specified ProposalActions
in a proposal that was approved could not be completed because of an error. The ACTION_FAILED
status occurs even if only one ProposalAction fails and other actions are successful.
Possible values:
The current total of YES
votes cast on the proposal by members.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4