Class: Aws::Types::CalculateRouteResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#legs::Array[Types::Leg]

Returns the value of attribute legs.

Returns:



231
232
233
# File 'sig/types.rbs', line 231

def legs
  @legs
end

#summaryTypes::CalculateRouteSummary

Returns the value of attribute summary.



232
233
234
# File 'sig/types.rbs', line 232

def summary
  @summary
end