Class: Aws::Types::CORSRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_headers::Array[::String]

Returns the value of attribute allowed_headers.

Returns:

  • (::Array[::String])


170
171
172
# File 'sig/types.rbs', line 170

def allowed_headers
  @allowed_headers
end

#allowed_methods::Array[::String]

Returns the value of attribute allowed_methods.

Returns:

  • (::Array[::String])


171
172
173
# File 'sig/types.rbs', line 171

def allowed_methods
  @allowed_methods
end

#allowed_origins::Array[::String]

Returns the value of attribute allowed_origins.

Returns:

  • (::Array[::String])


172
173
174
# File 'sig/types.rbs', line 172

def allowed_origins
  @allowed_origins
end

#expose_headers::Array[::String]

Returns the value of attribute expose_headers.

Returns:

  • (::Array[::String])


173
174
175
# File 'sig/types.rbs', line 173

def expose_headers
  @expose_headers
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def id
  @id
end

#max_age_seconds::Integer

Returns the value of attribute max_age_seconds.

Returns:

  • (::Integer)


174
175
176
# File 'sig/types.rbs', line 174

def max_age_seconds
  @max_age_seconds
end