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”.
12632 12633 12634 |
// File 'service/s3/api.go', line 12632
|
func (s *GetBucketReplicationOutput) SetReplicationConfiguration(v *ReplicationConfiguration) *GetBucketReplicationOutput
SetReplicationConfiguration sets the ReplicationConfiguration field's value.
12637 12638 12639 12640 |
// File 'service/s3/api.go', line 12637
|
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”.
12623 12624 12625 |
// File 'service/s3/api.go', line 12623
|