Class: Aws::Types::UpdateRouteCalculatorResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteCalculatorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculator_arn ⇒ ::String
Returns the value of attribute calculator_arn.
-
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#calculator_arn ⇒ ::String
Returns the value of attribute calculator_arn.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def calculator_arn @calculator_arn end |
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def calculator_name @calculator_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def update_time @update_time end |