Class: Aws::LocationService::Types::UpdateRouteCalculatorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#calculator_arnString

The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.

  • Format example: ‘arn:aws:geo:region:account-id:route- calculator/ExampleCalculator`

^

Returns:

  • (String)


6888
6889
6890
6891
6892
6893
6894
# File 'lib/aws-sdk-locationservice/types.rb', line 6888

class UpdateRouteCalculatorResponse < Struct.new(
  :calculator_name,
  :calculator_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#calculator_nameString

The name of the updated route calculator resource.

Returns:

  • (String)


6888
6889
6890
6891
6892
6893
6894
# File 'lib/aws-sdk-locationservice/types.rb', line 6888

class UpdateRouteCalculatorResponse < Struct.new(
  :calculator_name,
  :calculator_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp for when the route calculator was last updated in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


6888
6889
6890
6891
6892
6893
6894
# File 'lib/aws-sdk-locationservice/types.rb', line 6888

class UpdateRouteCalculatorResponse < Struct.new(
  :calculator_name,
  :calculator_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end