Class: Aws::Types::CustomHeaders
- Inherits:
-
Object
- Object
- Aws::Types::CustomHeaders
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::OriginCustomHeader]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::OriginCustomHeader]
Returns the value of attribute items.
834 835 836 |
# File 'sig/types.rbs', line 834 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
833 834 835 |
# File 'sig/types.rbs', line 833 def quantity @quantity end |