Struct: s3.GetBucketReplicationOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
ReplicationConfiguration *ReplicationConfiguration
A container for replication rules.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetReplicationConfiguration(*ReplicationConfiguration) *GetBucketReplicationOutput
operation
SetReplicationConfiguration sets the ReplicationConfiguration field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
ReplicationConfiguration *ReplicationConfiguration
`type:"structure"`
A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
_ struct{}
`type:"structure" payload:"ReplicationConfiguration"`
Method Details
func (s GetBucketReplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.
12783 12784 12785 |
// File 'service/s3/api.go', line 12783
|
func (s *GetBucketReplicationOutput) SetReplicationConfiguration(v *ReplicationConfiguration) *GetBucketReplicationOutput
SetReplicationConfiguration sets the ReplicationConfiguration field’s value.
12788 12789 12790 12791 |
// File 'service/s3/api.go', line 12788
|
func (s GetBucketReplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.
12774 12775 12776 |
// File 'service/s3/api.go', line 12774
|