Class: Aws::Types::Origins
- Inherits:
-
Object
- Object
- Aws::Types::Origins
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::Origin]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::Origin]
Returns the value of attribute items.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def quantity @quantity end |