Class: Aws::Types::PutBucketVersioningRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketVersioningRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#mfa ⇒ ::String
Returns the value of attribute mfa.
-
#versioning_configuration ⇒ Types::VersioningConfiguration
Returns the value of attribute versioning_configuration.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def checksum_algorithm @checksum_algorithm end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def expected_bucket_owner @expected_bucket_owner end |
#mfa ⇒ ::String
Returns the value of attribute mfa.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def mfa @mfa end |
#versioning_configuration ⇒ Types::VersioningConfiguration
Returns the value of attribute versioning_configuration.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def versioning_configuration @versioning_configuration end |