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

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) 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)


1906
1907
1908
1909
1910
1911
1912
# File 'lib/aws-sdk-locationservice/types.rb', line 1906

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

#calculator_nameString

The name of the route calculator resource.

  • For example, ‘ExampleRouteCalculator`.

^

Returns:

  • (String)


1906
1907
1908
1909
1910
1911
1912
# File 'lib/aws-sdk-locationservice/types.rb', line 1906

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

^

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

Returns:

  • (Time)


1906
1907
1908
1909
1910
1911
1912
# File 'lib/aws-sdk-locationservice/types.rb', line 1906

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