Interface: arn.OutpostARN
import "../ibm-cos-sdk-go-v2/service/internal/s3shared/arn"
Overview
OutpostARN interface that should be satisfied by outpost ARNs
Implemented By
arn.OutpostAccessPointARN, arn.OutpostBucketARN
Interface Method Summary collapse
- GetOutpostID() string interface
Methods included from arn.Resource
arn.Resource.GetARN(), arn.Resource.String()
Interface Method Details
GetOutpostID() string
This method is abstract.
11 |
// File 'service/internal/s3shared/arn/outpost_arn.go', line 11
|