Class: Aws::ManagedBlockchain::Types::GetProposalInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ManagedBlockchain::Types::GetProposalInput
 
 
- 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 for which the proposal is made.
 - 
  
    
      #proposal_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the proposal.
 
Instance Attribute Details
#network_id ⇒ String
The unique identifier of the network for which the proposal is made.
      769 770 771 772 773 774  | 
    
      # File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 769 class GetProposalInput < Struct.new( :network_id, :proposal_id) SENSITIVE = [] include Aws::Structure end  | 
  
#proposal_id ⇒ String
The unique identifier of the proposal.
      769 770 771 772 773 774  | 
    
      # File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 769 class GetProposalInput < Struct.new( :network_id, :proposal_id) SENSITIVE = [] include Aws::Structure end  |