Struct: endpoints.DecodeModelOptions
import "../ibm-cos-sdk-go/aws/endpoints"
Overview
A DecodeModelOptions are the options for how the endpoints model definition are decoded.
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
Method Summary collapse
-
func (d *DecodeModelOptions) Set(optFns ...func(*DecodeModelOptions))
Set combines all of the option functions together.
Structure Field Details
SkipCustomizations bool
Method Details
func (d *DecodeModelOptions) Set(optFns ...func(*DecodeModelOptions))
Set combines all of the option functions together.
19 20 21 22 23 |
// File 'aws/endpoints/decode.go', line 19
|