Class: Aws::Types::ResponseHeadersPolicyAccessControlAllowMethods

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[("GET" | "POST" | "OPTIONS" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "ALL")]

Returns the value of attribute items.

Returns:

  • (::Array[("GET" | "POST" | "OPTIONS" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "ALL")])


3212
3213
3214
# File 'sig/types.rbs', line 3212

def items
  @items
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


3211
3212
3213
# File 'sig/types.rbs', line 3211

def quantity
  @quantity
end