Class: Aws::Types::VoteSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#member_id ⇒ ::String

Returns the value of attribute member_id.

Returns:



667
668
669
# File 'sig/types.rbs', line 667

def member_id
  @member_id
end

#member_name ⇒ ::String

Returns the value of attribute member_name.

Returns:



666
667
668
# File 'sig/types.rbs', line 666

def member_name
  @member_name
end

#vote ⇒ "YES", "NO"

Returns the value of attribute vote.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def vote
  @vote
end