You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::ProposalSummaryProperties of a proposal.
Instance Attribute Summary collapseThe 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 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 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 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.
Possible values:
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