Class: Aws::Types::ListVehiclesInFleetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def next_token
  @next_token
end

#vehicles ⇒ ::Array[::String]

Returns the value of attribute vehicles.

Returns:

  • (::Array[::String])


930
931
932
# File 'sig/types.rbs', line 930

def vehicles
  @vehicles
end