Class: Aws::LocationService::Types::UpdateRouteCalculatorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::UpdateRouteCalculatorResponse
- 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) of the updated route calculator resource.
-
#calculator_name ⇒ String
The name of the updated route calculator resource.
-
#update_time ⇒ Time
The timestamp for when the route calculator was last updated in [ ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
.
Instance Attribute Details
#calculator_arn ⇒ String
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
^
6886 6887 6888 6889 6890 6891 6892 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6886 class UpdateRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :update_time) SENSITIVE = [] include Aws::Structure end |
#calculator_name ⇒ String
The name of the updated route calculator resource.
6886 6887 6888 6889 6890 6891 6892 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6886 class UpdateRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the route calculator was last updated in
ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
6886 6887 6888 6889 6890 6891 6892 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6886 class UpdateRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :update_time) SENSITIVE = [] include Aws::Structure end |