Class: Aws::Types::ListRouteCalculatorsResponseEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:create_time, :update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#calculator_name::String

Returns the value of attribute calculator_name.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def calculator_name
  @calculator_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def create_time
  @create_time
end

#data_source::String

Returns the value of attribute data_source.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def data_source
  @data_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def description
  @description
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

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


1012
1013
1014
# File 'sig/types.rbs', line 1012

def pricing_plan
  @pricing_plan
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def update_time
  @update_time
end