Class: Aws::LocationService::Types::CreateRouteCalculatorResponse

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) for the route calculator resource. Use the ARN when you specify a resource across all Amazon Web Services.

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

^

Returns:

  • (String)


1888
1889
1890
1891
1892
1893
1894
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1888

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

#calculator_nameString

The name of the route calculator resource.

  • For example, ExampleRouteCalculator.

^

Returns:

  • (String)


1888
1889
1890
1891
1892
1893
1894
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1888

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

#create_timeTime

The timestamp when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

  • For example, 2020–07-2T12:15:20.000Z+01:00

^

Returns:

  • (Time)


1888
1889
1890
1891
1892
1893
1894
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1888

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