Class: Aws::Types::AwsCorsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AwsCorsConfiguration
- 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.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def allow_credentials @allow_credentials end |
#allow_headers ⇒ ::Array[::String]
Returns the value of attribute allow_headers.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def allow_headers @allow_headers end |
#allow_methods ⇒ ::Array[::String]
Returns the value of attribute allow_methods.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def allow_methods @allow_methods end |
#allow_origins ⇒ ::Array[::String]
Returns the value of attribute allow_origins.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def allow_origins @allow_origins end |
#expose_headers ⇒ ::Array[::String]
Returns the value of attribute expose_headers.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def expose_headers @expose_headers end |
#max_age ⇒ ::Integer
Returns the value of attribute max_age.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def max_age @max_age end |