Class: Aws::Types::Cors

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_credentialsBoolean

Returns the value of attribute allow_credentials.

Returns:

  • (Boolean)


129
130
131
# File 'sig/types.rbs', line 129

def allow_credentials
  @allow_credentials
end

#allow_headers::Array[::String]

Returns the value of attribute allow_headers.

Returns:

  • (::Array[::String])


130
131
132
# File 'sig/types.rbs', line 130

def allow_headers
  @allow_headers
end

#allow_methods::Array[::String]

Returns the value of attribute allow_methods.

Returns:

  • (::Array[::String])


131
132
133
# File 'sig/types.rbs', line 131

def allow_methods
  @allow_methods
end

#allow_origins::Array[::String]

Returns the value of attribute allow_origins.

Returns:

  • (::Array[::String])


132
133
134
# File 'sig/types.rbs', line 132

def allow_origins
  @allow_origins
end

#expose_headers::Array[::String]

Returns the value of attribute expose_headers.

Returns:

  • (::Array[::String])


133
134
135
# File 'sig/types.rbs', line 133

def expose_headers
  @expose_headers
end

#max_age::Integer

Returns the value of attribute max_age.

Returns:

  • (::Integer)


134
135
136
# File 'sig/types.rbs', line 134

def max_age
  @max_age
end