Class: Aws::Types::ListProposalVotesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def proposal_id
  @proposal_id
end