MCPcopy
hub / github.com/minio/minio-go / String

Method String

pkg/notification/notification.go:135–137  ·  view source on GitHub ↗

String returns the string format of the ARN

()

Source from the content-addressed store, hash-verified

133
134// String returns the string format of the ARN
135func (arn Arn) String() string {
136 return "arn:" + arn.Partition + ":" + arn.Service + ":" + arn.Region + ":" + arn.AccountID + ":" + arn.Resource
137}
138
139// Config - represents one single notification configuration
140// such as topic, queue or lambda configuration.

Callers 10

TestNewArnFromStringFunction · 0.95
AddTopicMethod · 0.45
AddQueueMethod · 0.45
AddLambdaMethod · 0.45
RemoveTopicByArnMethod · 0.45
RemoveQueueByArnMethod · 0.45
RemoveLambdaByArnMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestNewArnFromStringFunction · 0.76