Class: Aws::Types::ListVehiclesInFleetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_id ⇒ ::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def fleet_id
  @fleet_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


925
926
927
# File 'sig/types.rbs', line 925

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def next_token
  @next_token
end