Class: Aws::Types::VoteOnProposalInput
- Inherits:
-
Object
- Object
- Aws::Types::VoteOnProposalInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
-
#vote ⇒ "YES", "NO"
Returns the value of attribute vote.
-
#voter_member_id ⇒ ::String
Returns the value of attribute voter_member_id.
Instance Attribute Details
#network_id ⇒ ::String
Returns the value of attribute network_id.
654 655 656 |
# File 'sig/types.rbs', line 654 def network_id @network_id end |
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
655 656 657 |
# File 'sig/types.rbs', line 655 def proposal_id @proposal_id end |
#vote ⇒ "YES", "NO"
Returns the value of attribute vote.
657 658 659 |
# File 'sig/types.rbs', line 657 def vote @vote end |
#voter_member_id ⇒ ::String
Returns the value of attribute voter_member_id.
656 657 658 |
# File 'sig/types.rbs', line 656 def voter_member_id @voter_member_id end |