Class: Aws::S3::Types::DeleteBucketReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteBucketReplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass DeleteBucketReplicationRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The bucket name.
Instance Attribute Details
#bucket ⇒ String
The bucket name.
<note markdown=“1”> It can take a while to propagate the deletion of a replication configuration to all Amazon S3 systems.
</note>
1827 1828 1829 1830 |
# File 'lib/aws-sdk-s3/types.rb', line 1827 class DeleteBucketReplicationRequest < Struct.new( :bucket) include Aws::Structure end |