Class: Aws::Types::CreateRouteCalculatorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteCalculatorResponse
- 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.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
Instance Attribute Details
#calculator_arn ⇒ ::String
Returns the value of attribute calculator_arn.
360 361 362 |
# File 'sig/types.rbs', line 360 def calculator_arn @calculator_arn end |
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
359 360 361 |
# File 'sig/types.rbs', line 359 def calculator_name @calculator_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
361 362 363 |
# File 'sig/types.rbs', line 361 def create_time @create_time end |