Class: Aws::Types::AllowedMethods
- Inherits:
-
Object
- Object
- Aws::Types::AllowedMethods
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cached_methods ⇒ Types::CachedMethods
Returns the value of attribute cached_methods.
-
#items ⇒ ::Array[("GET" | "HEAD" | "POST" | "PUT" | "PATCH" | "OPTIONS" | "DELETE")]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#cached_methods ⇒ Types::CachedMethods
Returns the value of attribute cached_methods.
45 46 47 |
# File 'sig/types.rbs', line 45 def cached_methods @cached_methods end |
#items ⇒ ::Array[("GET" | "HEAD" | "POST" | "PUT" | "PATCH" | "OPTIONS" | "DELETE")]
Returns the value of attribute items.
44 45 46 |
# File 'sig/types.rbs', line 44 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
43 44 45 |
# File 'sig/types.rbs', line 43 def quantity @quantity end |