Class: Aws::Types::CreateRouteCalculatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteCalculatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
350 351 352 |
# File 'sig/types.rbs', line 350 def calculator_name @calculator_name end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
351 352 353 |
# File 'sig/types.rbs', line 351 def data_source @data_source end |
#description ⇒ ::String
Returns the value of attribute description.
353 354 355 |
# File 'sig/types.rbs', line 353 def description @description end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
352 353 354 |
# File 'sig/types.rbs', line 352 def pricing_plan @pricing_plan end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
354 355 356 |
# File 'sig/types.rbs', line 354 def end |