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