Class: Aws::LocationService::Types::CreateRouteCalculatorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::CreateRouteCalculatorResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculator_arn ⇒ String
The Amazon Resource Name (ARN) for the route calculator resource.
-
#calculator_name ⇒ String
The name of the route calculator resource.
-
#create_time ⇒ Time
The timestamp when the route calculator resource was created in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
.
Instance Attribute Details
#calculator_arn ⇒ String
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
^
1904 1905 1906 1907 1908 1909 1910 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1904 class CreateRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :create_time) SENSITIVE = [] include Aws::Structure end |
#calculator_name ⇒ String
The name of the route calculator resource.
- For example,
ExampleRouteCalculator
.
^
1904 1905 1906 1907 1908 1909 1910 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1904 class CreateRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :create_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
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
^
1904 1905 1906 1907 1908 1909 1910 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1904 class CreateRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :create_time) SENSITIVE = [] include Aws::Structure end |