Struct: s3.GetBucketReplicationOutput

import "../ibm-cos-sdk-go/service/s3"

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

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) GoString() string { return s.String() }

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

func (s GetBucketReplicationOutput) String() string { return awsutil.Prettify(s) }