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.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def checksum_algorithm @checksum_algorithm end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def expected_bucket_owner @expected_bucket_owner end |
#replication_configuration ⇒ Types::ReplicationConfiguration
Returns the value of attribute replication_configuration.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def replication_configuration @replication_configuration end |
#token ⇒ ::String
Returns the value of attribute token.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def token @token end |