Struct: s3.GetObjectLockConfigurationOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
- IbmProtectionManagementState *string
-
ObjectLockConfiguration *ObjectLockConfiguration
The specified bucket’s Object Lock configuration.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetIbmProtectionManagementState(string) *GetObjectLockConfigurationOutput
operation
SetIbmProtectionManagementState sets the IbmProtectionManagementState field’s value.
-
SetObjectLockConfiguration(*ObjectLockConfiguration) *GetObjectLockConfigurationOutput
operation
SetObjectLockConfiguration sets the ObjectLockConfiguration field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
IbmProtectionManagementState *string
`location:"header" locationName:"x-ibm-protection-management-state" type:"string" enum:"IbmProtectionManagementState"`
ObjectLockConfiguration *ObjectLockConfiguration
`type:"structure"`
The specified bucket’s Object Lock configuration.
_ struct{}
`type:"structure" payload:"ObjectLockConfiguration"`
Method Details
func (s GetObjectLockConfigurationOutput) 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”.
13707 13708 13709 |
// File 'service/s3/api.go', line 13707
|
func (s *GetObjectLockConfigurationOutput) SetIbmProtectionManagementState(v string) *GetObjectLockConfigurationOutput
SetIbmProtectionManagementState sets the IbmProtectionManagementState field’s value.
13712 13713 13714 13715 |
// File 'service/s3/api.go', line 13712
|
func (s *GetObjectLockConfigurationOutput) SetObjectLockConfiguration(v *ObjectLockConfiguration) *GetObjectLockConfigurationOutput
SetObjectLockConfiguration sets the ObjectLockConfiguration field’s value.
13718 13719 13720 13721 |
// File 'service/s3/api.go', line 13718
|
func (s GetObjectLockConfigurationOutput) 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”.
13698 13699 13700 |
// File 'service/s3/api.go', line 13698
|