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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

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

Applies only to Hyperledger Fabric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_idString

The unique identifier of the member that cast the vote.

Returns:

  • (String)


2824
2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2824

class VoteSummary < Struct.new(
  :vote,
  :member_name,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end

#member_nameString

The name of the member that cast the vote.

Returns:

  • (String)


2824
2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2824

class VoteSummary < Struct.new(
  :vote,
  :member_name,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end

#voteString

The vote value, either YES or NO.

Returns:

  • (String)


2824
2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2824

class VoteSummary < Struct.new(
  :vote,
  :member_name,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end