Class: Aliyun::OSS::CORSRule
- Inherits:
-
Common::Struct::Base
- Object
- Common::Struct::Base
- Aliyun::OSS::CORSRule
- Defined in:
- lib/aliyun/oss/struct.rb
Overview
CORS rule for bucket. See: OSS CORS Attributes:
-
allowed_origins [Array<String>] the allowed origins
-
allowed_methods [Array<String>] the allowed methods
-
allowed_headers [Array<String>] the allowed headers
-
expose_headers [Array<String>] the expose headers
-
max_age_seconds [Integer] the max age seconds
Method Summary
Methods inherited from Common::Struct::Base
Methods included from Common::Struct::Base::AttrHelper
Constructor Details
This class inherits a constructor from Aliyun::Common::Struct::Base