Class: Aws::Types::UpdateRouteCalculatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteCalculatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
Instance Attribute Details
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def calculator_name @calculator_name end |
#description ⇒ ::String
Returns the value of attribute description.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def description @description end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def pricing_plan @pricing_plan end |