Class: Aws::Types::ListProposalVotesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListProposalVotesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
304 305 306 |
# File 'sig/types.rbs', line 304 def max_results @max_results end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def network_id @network_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
305 306 307 |
# File 'sig/types.rbs', line 305 def next_token @next_token end |
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
303 304 305 |
# File 'sig/types.rbs', line 303 def proposal_id @proposal_id end |