Class: Aws::Types::PutBucketReplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketReplicationRequest
- 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.
-
#replication_configuration ⇒ Types::ReplicationConfiguration
Returns the value of attribute replication_configuration.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def checksum_algorithm @checksum_algorithm end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def expected_bucket_owner @expected_bucket_owner end |
#replication_configuration ⇒ Types::ReplicationConfiguration
Returns the value of attribute replication_configuration.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def replication_configuration @replication_configuration end |
#token ⇒ ::String
Returns the value of attribute token.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def token @token end |