Class: Aws::ManagedBlockchain::Types::VoteOnProposalInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_idString

The unique identifier of the network.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2793

class VoteOnProposalInput < Struct.new(
  :network_id,
  :proposal_id,
  :voter_member_id,
  :vote)
  SENSITIVE = []
  include Aws::Structure
end

#proposal_idString

The unique identifier of the proposal.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2793

class VoteOnProposalInput < Struct.new(
  :network_id,
  :proposal_id,
  :voter_member_id,
  :vote)
  SENSITIVE = []
  include Aws::Structure
end

#voteString

The value of the vote.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2793

class VoteOnProposalInput < Struct.new(
  :network_id,
  :proposal_id,
  :voter_member_id,
  :vote)
  SENSITIVE = []
  include Aws::Structure
end

#voter_member_idString

The unique identifier of the member casting the vote.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2793

class VoteOnProposalInput < Struct.new(
  :network_id,
  :proposal_id,
  :voter_member_id,
  :vote)
  SENSITIVE = []
  include Aws::Structure
end