Class: Aws::Types::ResponseHeadersPolicyRemoveHeadersConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyRemoveHeadersConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ResponseHeadersPolicyRemoveHeader]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::ResponseHeadersPolicyRemoveHeader]
Returns the value of attribute items.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def quantity @quantity end |