Class: Aws::Types::ResponseHeadersPolicyAccessControlAllowHeaders
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyAccessControlAllowHeaders
- 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.
3206 3207 3208 |
# File 'sig/types.rbs', line 3206 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
3205 3206 3207 |
# File 'sig/types.rbs', line 3205 def quantity @quantity end |