Class: Aws::Types::CORSRule
- Inherits:
-
Object
- Object
- Aws::Types::CORSRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_headers ⇒ ::Array[::String]
Returns the value of attribute allowed_headers.
-
#allowed_methods ⇒ ::Array[::String]
Returns the value of attribute allowed_methods.
-
#allowed_origins ⇒ ::Array[::String]
Returns the value of attribute allowed_origins.
-
#expose_headers ⇒ ::Array[::String]
Returns the value of attribute expose_headers.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_age_seconds ⇒ ::Integer
Returns the value of attribute max_age_seconds.
Instance Attribute Details
#allowed_headers ⇒ ::Array[::String]
Returns the value of attribute allowed_headers.
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.
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.
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.
173 174 175 |
# File 'sig/types.rbs', line 173 def expose_headers @expose_headers end |
#id ⇒ ::String
Returns the value of attribute id.
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.
174 175 176 |
# File 'sig/types.rbs', line 174 def max_age_seconds @max_age_seconds end |