Class: Aws::S3::Types::DeleteBucketReplicationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucketString

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>

Returns:

  • (String)


1828
1829
1830
1831
# File 'lib/aws-sdk-s3/types.rb', line 1828

class DeleteBucketReplicationRequest < Struct.new(
  :bucket)
  include Aws::Structure
end