Struct: s3.GetBucketCorsOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
CORSRules []*CORSRule
A set of origins and methods (cross-origin access that you want to allow).
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetCORSRules([]*CORSRule) *GetBucketCorsOutput
operation
SetCORSRules sets the CORSRules field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
CORSRules []*CORSRule
`locationName:"CORSRule" type:"list" flattened:"true"`
A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.
_ struct{}
`type:"structure"`
Method Details
func (s GetBucketCorsOutput) 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”.
12291 12292 12293 |
// File 'service/s3/api.go', line 12291
|
func (s *GetBucketCorsOutput) SetCORSRules(v []*CORSRule) *GetBucketCorsOutput
SetCORSRules sets the CORSRules field’s value.
12296 12297 12298 12299 |
// File 'service/s3/api.go', line 12296
|
func (s GetBucketCorsOutput) 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”.
12282 12283 12284 |
// File 'service/s3/api.go', line 12282
|