Class: Aws::S3::Types::GetBucketReplicationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketReplicationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#replication_configuration ⇒ Types::ReplicationConfiguration
Container for replication rules.
Instance Attribute Details
#replication_configuration ⇒ Types::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 |