Class: Aws::Types::RouteAnalysisPath
- Inherits:
-
Object
- Object
- Aws::Types::RouteAnalysisPath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_status ⇒ Types::RouteAnalysisCompletion
Returns the value of attribute completion_status.
-
#path ⇒ ::Array[Types::PathComponent]
Returns the value of attribute path.
Instance Attribute Details
#completion_status ⇒ Types::RouteAnalysisCompletion
Returns the value of attribute completion_status.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def completion_status @completion_status end |
#path ⇒ ::Array[Types::PathComponent]
Returns the value of attribute path.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def path @path end |