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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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)


6567
6568
6569
6570
6571
6572
6573
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6567

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

#calculator_nameString

The name of the updated route calculator resource.

Returns:

  • (String)


6567
6568
6569
6570
6571
6572
6573
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6567

class UpdateRouteCalculatorResponse < Struct.new(
  :calculator_arn,
  :calculator_name,
  :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.

Returns:

  • (Time)


6567
6568
6569
6570
6571
6572
6573
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6567

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