Class: Aws::Types::BucketCountPolicyAllowsUnencryptedObjectUploads
- Inherits:
-
Object
- Object
- Aws::Types::BucketCountPolicyAllowsUnencryptedObjectUploads
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allows_unencrypted_object_uploads ⇒ ::Integer
Returns the value of attribute allows_unencrypted_object_uploads.
-
#denies_unencrypted_object_uploads ⇒ ::Integer
Returns the value of attribute denies_unencrypted_object_uploads.
-
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
Instance Attribute Details
#allows_unencrypted_object_uploads ⇒ ::Integer
Returns the value of attribute allows_unencrypted_object_uploads.
181 182 183 |
# File 'sig/types.rbs', line 181 def allows_unencrypted_object_uploads @allows_unencrypted_object_uploads end |
#denies_unencrypted_object_uploads ⇒ ::Integer
Returns the value of attribute denies_unencrypted_object_uploads.
182 183 184 |
# File 'sig/types.rbs', line 182 def denies_unencrypted_object_uploads @denies_unencrypted_object_uploads end |
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
183 184 185 |
# File 'sig/types.rbs', line 183 def unknown @unknown end |