Class: Aws::Types::Headers
- Inherits:
-
Object
- Object
- Aws::Types::Headers
- 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.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def quantity @quantity end |