Class: Aws::Types::Paths
- Inherits:
-
Object
- Object
- Aws::Types::Paths
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[::String]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[::String]
Returns the value of attribute items.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def quantity @quantity end |