Class: Aws::Types::BucketCorsRule
- Inherits:
-
Object
- Object
- Aws::Types::BucketCorsRule
- 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.
255 256 257 |
# File 'sig/types.rbs', line 255 def allowed_headers @allowed_headers end |
#allowed_methods ⇒ ::Array[::String]
Returns the value of attribute allowed_methods.
253 254 255 |
# File 'sig/types.rbs', line 253 def allowed_methods @allowed_methods end |
#allowed_origins ⇒ ::Array[::String]
Returns the value of attribute allowed_origins.
254 255 256 |
# File 'sig/types.rbs', line 254 def allowed_origins @allowed_origins end |
#expose_headers ⇒ ::Array[::String]
Returns the value of attribute expose_headers.
256 257 258 |
# File 'sig/types.rbs', line 256 def expose_headers @expose_headers end |
#id ⇒ ::String
Returns the value of attribute id.
252 253 254 |
# File 'sig/types.rbs', line 252 def id @id end |
#max_age_seconds ⇒ ::Integer
Returns the value of attribute max_age_seconds.
257 258 259 |
# File 'sig/types.rbs', line 257 def max_age_seconds @max_age_seconds end |