Class: Aws::Types::GetBucketReplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketReplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def expected_bucket_owner @expected_bucket_owner end |