Class: Aliyun::OSS::BucketEncryption
- Inherits:
-
Common::Struct::Base
- Object
- Common::Struct::Base
- Aliyun::OSS::BucketEncryption
- Defined in:
- lib/aliyun/oss/struct.rb
Overview
Bucket Encryption setting. See: OSS Bucket encryption Attributes:
-
sse_algorithm [string] Indicates the default server-side encryption method
-
kms_master_key_id [string] Indicates the ID of CMK that is currently used.
Instance Method Summary collapse
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
Instance Method Details
#enabled? ⇒ Boolean
97 98 99 |
# File 'lib/aliyun/oss/struct.rb', line 97 def enabled? enable == true end |