Class: Aws::Types::VoteOnProposalInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_id ⇒ ::String

Returns the value of attribute network_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def proposal_id
  @proposal_id
end

#vote ⇒ "YES", "NO"

Returns the value of attribute vote.

Returns:

  • ("YES", "NO")


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.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def voter_member_id
  @voter_member_id
end