Class: Aws::ManagedBlockchain::Types::VoteOnProposalInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ManagedBlockchain::Types::VoteOnProposalInput
 
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #network_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the network. 
- 
  
    
      #proposal_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the proposal. 
- 
  
    
      #vote  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of the vote. 
- 
  
    
      #voter_member_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the member casting the vote. 
Instance Attribute Details
#network_id ⇒ String
The unique identifier of the network.
| 2796 2797 2798 2799 2800 2801 2802 2803 | # File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2796 class VoteOnProposalInput < Struct.new( :network_id, :proposal_id, :voter_member_id, :vote) SENSITIVE = [] include Aws::Structure end | 
#proposal_id ⇒ String
The unique identifier of the proposal.
| 2796 2797 2798 2799 2800 2801 2802 2803 | # File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2796 class VoteOnProposalInput < Struct.new( :network_id, :proposal_id, :voter_member_id, :vote) SENSITIVE = [] include Aws::Structure end | 
#vote ⇒ String
The value of the vote.
| 2796 2797 2798 2799 2800 2801 2802 2803 | # File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2796 class VoteOnProposalInput < Struct.new( :network_id, :proposal_id, :voter_member_id, :vote) SENSITIVE = [] include Aws::Structure end | 
#voter_member_id ⇒ String
The unique identifier of the member casting the vote.
| 2796 2797 2798 2799 2800 2801 2802 2803 | # File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2796 class VoteOnProposalInput < Struct.new( :network_id, :proposal_id, :voter_member_id, :vote) SENSITIVE = [] include Aws::Structure end |