Class: Aws::Types::ResponseHeadersPolicyAccessControlAllowMethods
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyAccessControlAllowMethods
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[("GET" | "POST" | "OPTIONS" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "ALL")]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[("GET" | "POST" | "OPTIONS" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "ALL")]
Returns the value of attribute items.
3212 3213 3214 |
# File 'sig/types.rbs', line 3212 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
3211 3212 3213 |
# File 'sig/types.rbs', line 3211 def quantity @quantity end |