Struct: s3.HeadObjectOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
AcceptRanges *string
Indicates that a range of bytes was specified.
-
CacheControl *string
Specifies caching behavior along the request/reply chain.
-
ContentDisposition *string
Specifies presentational information for the object.
-
ContentEncoding *string
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
-
ContentLanguage *string
The language the content is in.
-
ContentLength *int64
Size of the body in bytes.
-
ContentType *string
A standard MIME type describing the format of the object data.
-
DeleteMarker *bool
Specifies whether the object retrieved was (true) or was not (false) a Delete Marker.
-
ETag *string
An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
-
Expiration *string
If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header.
-
Expires *string
The date and time at which the object is no longer cacheable.
- IBMRestoredCopyStorageClass *string
-
IBMTransition *string
This header is only included if an object has transition metadata.
-
LastModified *time.Time
Creation date of the object.
-
Metadata map[string]*string
A map of metadata to store with the object in S3.
-
MissingMeta *int64
This is set to the number of metadata entries not returned in x-amz-meta headers.
-
ObjectLockLegalHoldStatus *string
Specifies whether a legal hold is in effect for this object.
-
ObjectLockMode *string
The Object Lock mode, if any, that’s in effect for this object.
-
ObjectLockRetainUntilDate *time.Time
The date and time when the Object Lock retention period expires.
-
PartsCount *int64
The count of parts this object has.
-
ReplicationStatus *string
Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.
-
RequestCharged *string
If present, indicates that the requester was successfully charged for the request.
-
Restore *string
If the object is an archived object (an object whose storage class is GLACIER), the response includes this header if either the archive restoration is in progress (see RestoreObject (docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html) or an archive copy is already restored.
-
RetentionExpirationDate *time.Time
Date on which it will be legal to delete or modify the object.
- RetentionLegalHoldCount *int64
-
RetentionPeriod *int64
Retention period to store on the object in seconds.
-
SSECustomerAlgorithm *string
If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
-
SSECustomerKeyMD5 *string
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.
-
SSEKMSKeyId *string
If present, specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.
-
ServerSideEncryption *string
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
-
StorageClass *string
Provides storage class information of the object.
-
VersionId *string
Version of the object.
-
WebsiteRedirectLocation *string
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetAcceptRanges(string) *HeadObjectOutput
operation
SetAcceptRanges sets the AcceptRanges field’s value.
-
SetCacheControl(string) *HeadObjectOutput
operation
SetCacheControl sets the CacheControl field’s value.
-
SetContentDisposition(string) *HeadObjectOutput
operation
SetContentDisposition sets the ContentDisposition field’s value.
-
SetContentEncoding(string) *HeadObjectOutput
operation
SetContentEncoding sets the ContentEncoding field’s value.
-
SetContentLanguage(string) *HeadObjectOutput
operation
SetContentLanguage sets the ContentLanguage field’s value.
-
SetContentLength(int64) *HeadObjectOutput
operation
SetContentLength sets the ContentLength field’s value.
-
SetContentType(string) *HeadObjectOutput
operation
SetContentType sets the ContentType field’s value.
-
SetDeleteMarker(bool) *HeadObjectOutput
operation
SetDeleteMarker sets the DeleteMarker field’s value.
-
SetETag(string) *HeadObjectOutput
operation
SetETag sets the ETag field’s value.
-
SetExpiration(string) *HeadObjectOutput
operation
SetExpiration sets the Expiration field’s value.
-
SetExpires(string) *HeadObjectOutput
operation
SetExpires sets the Expires field’s value.
-
SetIBMRestoredCopyStorageClass(string) *HeadObjectOutput
operation
SetIBMRestoredCopyStorageClass sets the IBMRestoredCopyStorageClass field’s value.
-
SetIBMTransition(string) *HeadObjectOutput
operation
SetIBMTransition sets the IBMTransition field’s value.
-
SetLastModified(time.Time) *HeadObjectOutput
operation
SetLastModified sets the LastModified field’s value.
-
SetMetadata(map[string]*string) *HeadObjectOutput
operation
SetMetadata sets the Metadata field’s value.
-
SetMissingMeta(int64) *HeadObjectOutput
operation
SetMissingMeta sets the MissingMeta field’s value.
-
SetObjectLockLegalHoldStatus(string) *HeadObjectOutput
operation
SetObjectLockLegalHoldStatus sets the ObjectLockLegalHoldStatus field’s value.
-
SetObjectLockMode(string) *HeadObjectOutput
operation
SetObjectLockMode sets the ObjectLockMode field’s value.
-
SetObjectLockRetainUntilDate(time.Time) *HeadObjectOutput
operation
SetObjectLockRetainUntilDate sets the ObjectLockRetainUntilDate field’s value.
-
SetPartsCount(int64) *HeadObjectOutput
operation
SetPartsCount sets the PartsCount field’s value.
-
SetReplicationStatus(string) *HeadObjectOutput
operation
SetReplicationStatus sets the ReplicationStatus field’s value.
-
SetRequestCharged(string) *HeadObjectOutput
operation
SetRequestCharged sets the RequestCharged field’s value.
-
SetRestore(string) *HeadObjectOutput
operation
SetRestore sets the Restore field’s value.
-
SetRetentionExpirationDate(time.Time) *HeadObjectOutput
operation
SetRetentionExpirationDate sets the RetentionExpirationDate field’s value.
-
SetRetentionLegalHoldCount(int64) *HeadObjectOutput
operation
SetRetentionLegalHoldCount sets the RetentionLegalHoldCount field’s value.
-
SetRetentionPeriod(int64) *HeadObjectOutput
operation
SetRetentionPeriod sets the RetentionPeriod field’s value.
-
SetServerSideEncryption(string) *HeadObjectOutput
operation
SetServerSideEncryption sets the ServerSideEncryption field’s value.
-
SetSSECustomerAlgorithm(string) *HeadObjectOutput
operation
SetSSECustomerAlgorithm sets the SSECustomerAlgorithm field’s value.
-
SetSSECustomerKeyMD5(string) *HeadObjectOutput
operation
SetSSECustomerKeyMD5 sets the SSECustomerKeyMD5 field’s value.
-
SetSSEKMSKeyId(string) *HeadObjectOutput
operation
SetSSEKMSKeyId sets the SSEKMSKeyId field’s value.
-
SetStorageClass(string) *HeadObjectOutput
operation
SetStorageClass sets the StorageClass field’s value.
-
SetVersionId(string) *HeadObjectOutput
operation
SetVersionId sets the VersionId field’s value.
-
SetWebsiteRedirectLocation(string) *HeadObjectOutput
operation
SetWebsiteRedirectLocation sets the WebsiteRedirectLocation field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
AcceptRanges *string
`location:"header" locationName:"accept-ranges" type:"string"`
Indicates that a range of bytes was specified.
CacheControl *string
`location:"header" locationName:"Cache-Control" type:"string"`
Specifies caching behavior along the request/reply chain.
ContentDisposition *string
`location:"header" locationName:"Content-Disposition" type:"string"`
Specifies presentational information for the object.
ContentEncoding *string
`location:"header" locationName:"Content-Encoding" type:"string"`
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
ContentLanguage *string
`location:"header" locationName:"Content-Language" type:"string"`
The language the content is in.
ContentLength *int64
`location:"header" locationName:"Content-Length" type:"long"`
Size of the body in bytes.
ContentType *string
`location:"header" locationName:"Content-Type" type:"string"`
A standard MIME type describing the format of the object data.
DeleteMarker *bool
`location:"header" locationName:"x-amz-delete-marker" type:"boolean"`
Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.
ETag *string
`location:"header" locationName:"ETag" type:"string"`
An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
Expiration *string
`location:"header" locationName:"x-amz-expiration" type:"string"`
If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the expiry-date and rule-id key-value pairs providing object expiration information. The value of the rule-id is URL encoded.
Expires *string
`location:"header" locationName:"Expires" type:"string"`
The date and time at which the object is no longer cacheable.
IBMRestoredCopyStorageClass *string
`location:"header" locationName:"x-ibm-restored-copy-storage-class" type:"string" enum:"StorageClass"`
IBMTransition *string
`location:"header" locationName:"x-ibm-transition" type:"string"`
This header is only included if an object has transition metadata. This header will indicate the transition storage class and time of transition. If this header and the x-amz-restore header are both included, this header will indicate the time at which the object was originally archived.
LastModified *time.Time
`location:"header" locationName:"Last-Modified" type:"timestamp"`
Creation date of the object.
Metadata map[string]*string
`location:"headers" locationName:"x-amz-meta-" type:"map"`
A map of metadata to store with the object in S3.
By default unmarshaled keys are written as a map keys in following canonicalized format: the first letter and any letter following a hyphen will be capitalized, and the rest as lowercase. Set aws.Config.LowerCaseHeaderMaps to true to write unmarshaled keys to the map as lowercase.
MissingMeta *int64
`location:"header" locationName:"x-amz-missing-meta" type:"integer"`
This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.
ObjectLockLegalHoldStatus *string
`location:"header" locationName:"x-amz-object-lock-legal-hold" type:"string" enum:"ObjectLockLegalHoldStatus"`
Specifies whether a legal hold is in effect for this object. This header is only returned if the requester has the s3:GetObjectLegalHold permission. This header is not returned if the specified version of this object has never had a legal hold applied. For more information about S3 Object Lock, see Object Lock (docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html).
ObjectLockMode *string
`location:"header" locationName:"x-amz-object-lock-mode" type:"string" enum:"ObjectLockMode"`
The Object Lock mode, if any, that’s in effect for this object. This header is only returned if the requester has the s3:GetObjectRetention permission. For more information about S3 Object Lock, see Object Lock (docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html).
ObjectLockRetainUntilDate *time.Time
`location:"header" locationName:"x-amz-object-lock-retain-until-date" type:"timestamp" timestampFormat:"iso8601"`
The date and time when the Object Lock retention period expires. This header is only returned if the requester has the s3:GetObjectRetention permission.
PartsCount *int64
`location:"header" locationName:"x-amz-mp-parts-count" type:"integer"`
The count of parts this object has.
ReplicationStatus *string
`location:"header" locationName:"x-amz-replication-status" type:"string" enum:"ReplicationStatus"`
Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.
In replication, you have a source bucket on which you configure replication and destination bucket or buckets where Amazon S3 stores object replicas. When you request an object (GetObject) or object metadata (HeadObject) from these buckets, Amazon S3 will return the x-amz-replication-status header in the response as follows:
-
If requesting an object from the source bucket — Amazon S3 will return the x-amz-replication-status header if the object in your request is eligible for replication. For example, suppose that in your replication configuration, you specify object prefix TaxDocs requesting Amazon S3 to replicate objects with key prefix TaxDocs. Any objects you upload with this key name prefix, for example TaxDocs/document1.pdf, are eligible for replication. For any object request with this key name prefix, Amazon S3 will return the x-amz-replication-status header with value PENDING, COMPLETED or FAILED indicating object replication status.
-
If requesting an object from a destination bucket — Amazon S3 will return the x-amz-replication-status header with value REPLICA if the object in your request is a replica that Amazon S3 created and there is no replica modification replication in progress.
-
When replicating objects to multiple destination buckets the x-amz-replication-status header acts differently. The header of the source object will only return a value of COMPLETED when replication is successful to all destinations. The header will remain at value PENDING until replication has completed for all destinations. If one or more destinations fails replication the header will return FAILED.
For more information, see Replication (docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html).
RequestCharged *string
`location:"header" locationName:"x-amz-request-charged" type:"string" enum:"RequestCharged"`
If present, indicates that the requester was successfully charged for the request.
Restore *string
`location:"header" locationName:"x-amz-restore" type:"string"`
If the object is an archived object (an object whose storage class is GLACIER), the response includes this header if either the archive restoration is in progress (see RestoreObject (docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html) or an archive copy is already restored.
If an archive copy is already restored, the header value indicates when Amazon S3 is scheduled to delete the object copy. For example:
x-amz-restore: ongoing-request=“false”, expiry-date=“Fri, 21 Dec 2012 00:00:00 GMT”
If the object restoration is in progress, the header returns the value ongoing-request=“true”.
For more information about archiving objects, see Transitioning Objects: General Considerations (docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html#lifecycle-transition-general-considerations).
RetentionExpirationDate *time.Time
`location:"header" locationName:"Retention-Expiration-Date" type:"timestamp"`
Date on which it will be legal to delete or modify the object. You can only specify this or the Retention-Period header. If both are specified a 400 error will be returned. If neither is specified the bucket’s DefaultRetention period will be used.
RetentionLegalHoldCount *int64
`location:"header" locationName:"Retention-Legal-Hold-Count" type:"integer"`
RetentionPeriod *int64
`location:"header" locationName:"Retention-Period" type:"integer"`
Retention period to store on the object in seconds. If this field and Retention-Expiration-Date are specified a 400 error is returned. If neither is specified the bucket’s DefaultRetention period will be used. 0 is a legal value assuming the bucket’s minimum retention period is also 0.
SSECustomerAlgorithm *string
`location:"header" locationName:"x-amz-server-side-encryption-customer-algorithm" type:"string"`
If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
SSECustomerKeyMD5 *string
`location:"header" locationName:"x-amz-server-side-encryption-customer-key-MD5" type:"string"`
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.
SSEKMSKeyId *string
`location:"header" locationName:"x-amz-server-side-encryption-aws-kms-key-id" type:"string" sensitive:"true"`
If present, specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.
SSEKMSKeyId is a sensitive parameter and its value will be replaced with “sensitive” in string returned by HeadObjectOutput’s String and GoString methods.
ServerSideEncryption *string
`location:"header" locationName:"x-amz-server-side-encryption" type:"string" enum:"ServerSideEncryption"`
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms, aws:kms:dsse).
StorageClass *string
`location:"header" locationName:"x-amz-storage-class" type:"string" enum:"StorageClass"`
Provides storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects.
For more information, see Storage Classes (docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html).
VersionId *string
`location:"header" locationName:"x-amz-version-id" type:"string"`
Version of the object.
WebsiteRedirectLocation *string
`location:"header" locationName:"x-amz-website-redirect-location" type:"string"`
If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.
_ struct{}
`type:"structure"`
Method Details
func (s HeadObjectOutput) 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”.
15278 15279 15280 |
// File 'service/s3/api.go', line 15278
|
func (s *HeadObjectOutput) SetAcceptRanges(v string) *HeadObjectOutput
SetAcceptRanges sets the AcceptRanges field’s value.
15283 15284 15285 15286 |
// File 'service/s3/api.go', line 15283
|
func (s *HeadObjectOutput) SetCacheControl(v string) *HeadObjectOutput
SetCacheControl sets the CacheControl field’s value.
15289 15290 15291 15292 |
// File 'service/s3/api.go', line 15289
|
func (s *HeadObjectOutput) SetContentDisposition(v string) *HeadObjectOutput
SetContentDisposition sets the ContentDisposition field’s value.
15295 15296 15297 15298 |
// File 'service/s3/api.go', line 15295
|
func (s *HeadObjectOutput) SetContentEncoding(v string) *HeadObjectOutput
SetContentEncoding sets the ContentEncoding field’s value.
15301 15302 15303 15304 |
// File 'service/s3/api.go', line 15301
|
func (s *HeadObjectOutput) SetContentLanguage(v string) *HeadObjectOutput
SetContentLanguage sets the ContentLanguage field’s value.
15307 15308 15309 15310 |
// File 'service/s3/api.go', line 15307
|
func (s *HeadObjectOutput) SetContentLength(v int64) *HeadObjectOutput
SetContentLength sets the ContentLength field’s value.
15313 15314 15315 15316 |
// File 'service/s3/api.go', line 15313
|
func (s *HeadObjectOutput) SetContentType(v string) *HeadObjectOutput
SetContentType sets the ContentType field’s value.
15319 15320 15321 15322 |
// File 'service/s3/api.go', line 15319
|
func (s *HeadObjectOutput) SetDeleteMarker(v bool) *HeadObjectOutput
SetDeleteMarker sets the DeleteMarker field’s value.
15325 15326 15327 15328 |
// File 'service/s3/api.go', line 15325
|
func (s *HeadObjectOutput) SetETag(v string) *HeadObjectOutput
SetETag sets the ETag field’s value.
15331 15332 15333 15334 |
// File 'service/s3/api.go', line 15331
|
func (s *HeadObjectOutput) SetExpiration(v string) *HeadObjectOutput
SetExpiration sets the Expiration field’s value.
15337 15338 15339 15340 |
// File 'service/s3/api.go', line 15337
|
func (s *HeadObjectOutput) SetExpires(v string) *HeadObjectOutput
SetExpires sets the Expires field’s value.
15343 15344 15345 15346 |
// File 'service/s3/api.go', line 15343
|
func (s *HeadObjectOutput) SetIBMRestoredCopyStorageClass(v string) *HeadObjectOutput
SetIBMRestoredCopyStorageClass sets the IBMRestoredCopyStorageClass field’s value.
15349 15350 15351 15352 |
// File 'service/s3/api.go', line 15349
|
func (s *HeadObjectOutput) SetIBMTransition(v string) *HeadObjectOutput
SetIBMTransition sets the IBMTransition field’s value.
15355 15356 15357 15358 |
// File 'service/s3/api.go', line 15355
|
func (s *HeadObjectOutput) SetLastModified(v time.Time) *HeadObjectOutput
SetLastModified sets the LastModified field’s value.
15361 15362 15363 15364 |
// File 'service/s3/api.go', line 15361
|
func (s *HeadObjectOutput) SetMetadata(v map[string]*string) *HeadObjectOutput
SetMetadata sets the Metadata field’s value.
15367 15368 15369 15370 |
// File 'service/s3/api.go', line 15367
|
func (s *HeadObjectOutput) SetMissingMeta(v int64) *HeadObjectOutput
SetMissingMeta sets the MissingMeta field’s value.
15373 15374 15375 15376 |
// File 'service/s3/api.go', line 15373
|
func (s *HeadObjectOutput) SetObjectLockLegalHoldStatus(v string) *HeadObjectOutput
SetObjectLockLegalHoldStatus sets the ObjectLockLegalHoldStatus field’s value.
15379 15380 15381 15382 |
// File 'service/s3/api.go', line 15379
|
func (s *HeadObjectOutput) SetObjectLockMode(v string) *HeadObjectOutput
SetObjectLockMode sets the ObjectLockMode field’s value.
15385 15386 15387 15388 |
// File 'service/s3/api.go', line 15385
|
func (s *HeadObjectOutput) SetObjectLockRetainUntilDate(v time.Time) *HeadObjectOutput
SetObjectLockRetainUntilDate sets the ObjectLockRetainUntilDate field’s value.
15391 15392 15393 15394 |
// File 'service/s3/api.go', line 15391
|
func (s *HeadObjectOutput) SetPartsCount(v int64) *HeadObjectOutput
SetPartsCount sets the PartsCount field’s value.
15397 15398 15399 15400 |
// File 'service/s3/api.go', line 15397
|
func (s *HeadObjectOutput) SetReplicationStatus(v string) *HeadObjectOutput
SetReplicationStatus sets the ReplicationStatus field’s value.
15403 15404 15405 15406 |
// File 'service/s3/api.go', line 15403
|
func (s *HeadObjectOutput) SetRequestCharged(v string) *HeadObjectOutput
SetRequestCharged sets the RequestCharged field’s value.
15409 15410 15411 15412 |
// File 'service/s3/api.go', line 15409
|
func (s *HeadObjectOutput) SetRestore(v string) *HeadObjectOutput
SetRestore sets the Restore field’s value.
15415 15416 15417 15418 |
// File 'service/s3/api.go', line 15415
|
func (s *HeadObjectOutput) SetRetentionExpirationDate(v time.Time) *HeadObjectOutput
SetRetentionExpirationDate sets the RetentionExpirationDate field’s value.
15421 15422 15423 15424 |
// File 'service/s3/api.go', line 15421
|
func (s *HeadObjectOutput) SetRetentionLegalHoldCount(v int64) *HeadObjectOutput
SetRetentionLegalHoldCount sets the RetentionLegalHoldCount field’s value.
15427 15428 15429 15430 |
// File 'service/s3/api.go', line 15427
|
func (s *HeadObjectOutput) SetRetentionPeriod(v int64) *HeadObjectOutput
SetRetentionPeriod sets the RetentionPeriod field’s value.
15433 15434 15435 15436 |
// File 'service/s3/api.go', line 15433
|
func (s *HeadObjectOutput) SetServerSideEncryption(v string) *HeadObjectOutput
SetServerSideEncryption sets the ServerSideEncryption field’s value.
15457 15458 15459 15460 |
// File 'service/s3/api.go', line 15457
|
func (s *HeadObjectOutput) SetSSECustomerAlgorithm(v string) *HeadObjectOutput
SetSSECustomerAlgorithm sets the SSECustomerAlgorithm field’s value.
15439 15440 15441 15442 |
// File 'service/s3/api.go', line 15439
|
func (s *HeadObjectOutput) SetSSECustomerKeyMD5(v string) *HeadObjectOutput
SetSSECustomerKeyMD5 sets the SSECustomerKeyMD5 field’s value.
15445 15446 15447 15448 |
// File 'service/s3/api.go', line 15445
|
func (s *HeadObjectOutput) SetSSEKMSKeyId(v string) *HeadObjectOutput
SetSSEKMSKeyId sets the SSEKMSKeyId field’s value.
15451 15452 15453 15454 |
// File 'service/s3/api.go', line 15451
|
func (s *HeadObjectOutput) SetStorageClass(v string) *HeadObjectOutput
SetStorageClass sets the StorageClass field’s value.
15463 15464 15465 15466 |
// File 'service/s3/api.go', line 15463
|
func (s *HeadObjectOutput) SetVersionId(v string) *HeadObjectOutput
SetVersionId sets the VersionId field’s value.
15469 15470 15471 15472 |
// File 'service/s3/api.go', line 15469
|
func (s *HeadObjectOutput) SetWebsiteRedirectLocation(v string) *HeadObjectOutput
SetWebsiteRedirectLocation sets the WebsiteRedirectLocation field’s value.
15475 15476 15477 15478 |
// File 'service/s3/api.go', line 15475
|
func (s HeadObjectOutput) 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”.
15269 15270 15271 |
// File 'service/s3/api.go', line 15269
|