Class: Aws::Types::Location
- Inherits:
-
Object
- Object
- Aws::Types::Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::Array[Types::PathElement]
Returns the value of attribute path.
-
#span ⇒ Types::Span
Returns the value of attribute span.
Instance Attribute Details
#path ⇒ ::Array[Types::PathElement]
Returns the value of attribute path.
886 887 888 |
# File 'sig/types.rbs', line 886 def path @path end |
#span ⇒ Types::Span
Returns the value of attribute span.
887 888 889 |
# File 'sig/types.rbs', line 887 def span @span end |