Class: Aws::Types::BasePathMappings
- Inherits:
-
Object
- Object
- Aws::Types::BasePathMappings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::BasePathMapping]
Returns the value of attribute items.
-
#position ⇒ ::String
Returns the value of attribute position.
Instance Attribute Details
#items ⇒ ::Array[Types::BasePathMapping]
Returns the value of attribute items.
93 94 95 |
# File 'sig/types.rbs', line 93 def items @items end |
#position ⇒ ::String
Returns the value of attribute position.
92 93 94 |
# File 'sig/types.rbs', line 92 def position @position end |