Struct: s3.CompletedPart
Overview
Details of the parts that were uploaded.
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
ETag *string
Entity tag returned when the part was uploaded.
-
PartNumber *int64
Part number that identifies the part.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetETag(string) *CompletedPart
operation
SetETag sets the ETag field’s value.
-
SetPartNumber(int64) *CompletedPart
operation
SetPartNumber sets the PartNumber field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
ETag *string
`type:"string"`
Entity tag returned when the part was uploaded.
PartNumber *int64
`type:"integer"`
Part number that identifies the part. This is a positive integer between 1 and 10,000.
_ struct{}
`type:"structure"`
Method Details
func (s CompletedPart) 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”.
8390 8391 8392 |
// File 'service/s3/api.go', line 8390
|
func (s *CompletedPart) SetETag(v string) *CompletedPart
SetETag sets the ETag field’s value.
8395 8396 8397 8398 |
// File 'service/s3/api.go', line 8395
|
func (s *CompletedPart) SetPartNumber(v int64) *CompletedPart
SetPartNumber sets the PartNumber field’s value.
8401 8402 8403 8404 |
// File 'service/s3/api.go', line 8401
|
func (s CompletedPart) 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”.
8381 8382 8383 |
// File 'service/s3/api.go', line 8381
|