You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ManagedBlockchain::Types::ProposalSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Properties of a proposal.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time that the proposal was created.

Returns:

  • (Time)

    The date and time that the proposal was created.

#descriptionString

The description of the proposal.

Returns:

  • (String)

    The description of the proposal.

#expiration_dateTime

The 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.

Returns:

  • (Time)

    The date and time that the proposal expires.

#proposal_idString

The unique identifier of the proposal.

Returns:

  • (String)

    The unique identifier of the proposal.

#proposed_by_member_idString

The unique identifier of the member that created the proposal.

Returns:

  • (String)

    The unique identifier of the member that created the proposal.

#proposed_by_member_nameString

The name of the member that created the proposal.

Returns:

  • (String)

    The name of the member that created the proposal.

#statusString

The 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:

    • IN_PROGRESS
    • APPROVED
    • REJECTED
    • EXPIRED
    • ACTION_FAILED

Returns:

  • (String)

    The status of the proposal.