Class: Aws::Types::DescribeRouteCalculatorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRouteCalculatorResponse
- 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.
-
#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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#calculator_arn ⇒ ::String
Returns the value of attribute calculator_arn.
519 520 521 |
# File 'sig/types.rbs', line 519 def calculator_arn @calculator_arn end |
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
518 519 520 |
# File 'sig/types.rbs', line 518 def calculator_name @calculator_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
522 523 524 |
# File 'sig/types.rbs', line 522 def create_time @create_time end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
524 525 526 |
# File 'sig/types.rbs', line 524 def data_source @data_source end |
#description ⇒ ::String
Returns the value of attribute description.
521 522 523 |
# File 'sig/types.rbs', line 521 def description @description end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
520 521 522 |
# File 'sig/types.rbs', line 520 def pricing_plan @pricing_plan end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
525 526 527 |
# File 'sig/types.rbs', line 525 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
523 524 525 |
# File 'sig/types.rbs', line 523 def update_time @update_time end |