Struct: s3.ListBucketReplicationFailuresOutput

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

ListReplicationFailureResult *ListReplicationFailureResult `locationName:"ListReplicationFailureResult" type:"structure" xmlURI:"http://s3.amazonaws.com/doc/2006-03-01/"`

_ struct{} `type:"structure" payload:"ListReplicationFailureResult"`

Method Details

func (s ListBucketReplicationFailuresOutput) 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”.



16171
16172
16173
// File 'service/s3/api.go', line 16171

func (s ListBucketReplicationFailuresOutput) GoString() string { return s.String() }

func (s *ListBucketReplicationFailuresOutput) SetListReplicationFailureResult(v *ListReplicationFailureResult) *ListBucketReplicationFailuresOutput

SetListReplicationFailureResult sets the ListReplicationFailureResult field’s value.



16176
16177
16178
16179
// File 'service/s3/api.go', line 16176

func (s ListBucketReplicationFailuresOutput) 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”.



16162
16163
16164
// File 'service/s3/api.go', line 16162

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