Class: Aws::Types::Cors
- Inherits:
-
Object
- Object
- Aws::Types::Cors
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_credentials ⇒ Boolean
Returns the value of attribute allow_credentials.
-
#allow_headers ⇒ ::Array[::String]
Returns the value of attribute allow_headers.
-
#allow_methods ⇒ ::Array[::String]
Returns the value of attribute allow_methods.
-
#allow_origins ⇒ ::Array[::String]
Returns the value of attribute allow_origins.
-
#expose_headers ⇒ ::Array[::String]
Returns the value of attribute expose_headers.
-
#max_age ⇒ ::Integer
Returns the value of attribute max_age.
Instance Attribute Details
#allow_credentials ⇒ Boolean
Returns the value of attribute allow_credentials.
334 335 336 |
# File 'sig/types.rbs', line 334 def allow_credentials @allow_credentials end |
#allow_headers ⇒ ::Array[::String]
Returns the value of attribute allow_headers.
335 336 337 |
# File 'sig/types.rbs', line 335 def allow_headers @allow_headers end |
#allow_methods ⇒ ::Array[::String]
Returns the value of attribute allow_methods.
336 337 338 |
# File 'sig/types.rbs', line 336 def allow_methods @allow_methods end |
#allow_origins ⇒ ::Array[::String]
Returns the value of attribute allow_origins.
337 338 339 |
# File 'sig/types.rbs', line 337 def allow_origins @allow_origins end |
#expose_headers ⇒ ::Array[::String]
Returns the value of attribute expose_headers.
338 339 340 |
# File 'sig/types.rbs', line 338 def expose_headers @expose_headers end |
#max_age ⇒ ::Integer
Returns the value of attribute max_age.
339 340 341 |
# File 'sig/types.rbs', line 339 def max_age @max_age end |