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

Class: Aws::ManagedBlockchain::Types::VoteSummary

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

Overview

Properties of an individual vote that a member cast for a proposal.

Instance Attribute Summary collapse

Instance Attribute Details

#member_idString

The unique identifier of the member that cast the vote.

Returns:

  • (String)

    The unique identifier of the member that cast the vote.

#member_nameString

The name of the member that cast the vote.

Returns:

  • (String)

    The name of the member that cast the vote.

#voteString

The vote value, either YES or NO.

Possible values:

  • YES
  • NO

Returns:

  • (String)

    The vote value, either YES or NO.