Struct: endpoints.Endpoint
import "../ibm-cos-sdk-go/aws/endpoints"
Overview
A Endpoint provides information about endpoints, and provides the ability to resolve that endpoint for the service, and the region the endpoint represents.
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Method Summary collapse
-
func (e Endpoint) ID() string { return e.id }
ID returns the identifier for an endpoint.
Method Details
func (e Endpoint) ID() string { return e.id }
ID returns the identifier for an endpoint.
475 476 477 478 479 480 481 482 483 484 485 |
// File 'aws/endpoints/endpoints.go', line 475
|