Class: Aws::S3::Types::GetBucketReplicationOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#replication_configurationTypes::ReplicationConfiguration

Container for replication rules. You can add as many as 1,000 rules. Total replication configuration size can be up to 2 MB.



2584
2585
2586
2587
# File 'lib/aws-sdk-s3/types.rb', line 2584

class GetBucketReplicationOutput < Struct.new(
  :replication_configuration)
  include Aws::Structure
end