Class: Aws::Types::AllowedMethods

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cached_methodsTypes::CachedMethods

Returns the value of attribute cached_methods.

Returns:



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.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def items
  @items
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def quantity
  @quantity
end