Class: Aws::Types::AsPathSegment
- Inherits:
-
Object
- Object
- Aws::Types::AsPathSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::Array[::Integer]
Returns the value of attribute path.
-
#path_type ⇒ "seq", "set"
Returns the value of attribute path_type.
Instance Attribute Details
#path ⇒ ::Array[::Integer]
Returns the value of attribute path.
71 72 73 |
# File 'sig/types.rbs', line 71 def path @path end |
#path_type ⇒ "seq", "set"
Returns the value of attribute path_type.
70 71 72 |
# File 'sig/types.rbs', line 70 def path_type @path_type end |