Class: Aws::Types::VoteSummary
- Inherits:
-
Object
- Object
- Aws::Types::VoteSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#member_name ⇒ ::String
Returns the value of attribute member_name.
-
#vote ⇒ "YES", "NO"
Returns the value of attribute vote.
Instance Attribute Details
#member_id ⇒ ::String
Returns the value of attribute member_id.
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.
666 667 668 |
# File 'sig/types.rbs', line 666 def member_name @member_name end |
#vote ⇒ "YES", "NO"
Returns the value of attribute vote.
665 666 667 |
# File 'sig/types.rbs', line 665 def vote @vote end |