Class: Aws::Types::CreateRouteCalculatorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#calculator_name::String

Returns the value of attribute calculator_name.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def calculator_name
  @calculator_name
end

#data_source::String

Returns the value of attribute data_source.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def data_source
  @data_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def description
  @description
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

  • ("RequestBasedUsage", "MobileAssetTracking", "MobileAssetManagement")


352
353
354
# File 'sig/types.rbs', line 352

def pricing_plan
  @pricing_plan
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


354
355
356
# File 'sig/types.rbs', line 354

def tags
  @tags
end