Class: Aws::Types::PathElement
- Inherits:
-
Object
- Object
- Aws::Types::PathElement
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Index, Key, Substring, Unknown, Value
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#substring ⇒ Types::Substring
Returns the value of attribute substring.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
906 907 908 |
# File 'sig/types.rbs', line 906 def index @index end |
#key ⇒ ::String
Returns the value of attribute key.
907 908 909 |
# File 'sig/types.rbs', line 907 def key @key end |
#substring ⇒ Types::Substring
Returns the value of attribute substring.
908 909 910 |
# File 'sig/types.rbs', line 908 def substring @substring end |
#unknown ⇒ Object
Returns the value of attribute unknown.
910 911 912 |
# File 'sig/types.rbs', line 910 def unknown @unknown end |
#value ⇒ ::String
Returns the value of attribute value.
909 910 911 |
# File 'sig/types.rbs', line 909 def value @value end |