Struct: kms.GetKeyRotationStatusOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
KeyRotationEnabled *bool
A Boolean value that specifies whether key rotation is enabled.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetKeyRotationEnabled(bool) *GetKeyRotationStatusOutput
operation
SetKeyRotationEnabled sets the KeyRotationEnabled field's value.
-
String() string
operation
String returns the string representation.
Structure Field Details
KeyRotationEnabled *bool
`type:"boolean"`
A Boolean value that specifies whether key rotation is enabled.
_ struct{}
`type:"structure"`
Method Details
func (s GetKeyRotationStatusOutput) 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”.
12487 12488 12489 |
// File 'service/kms/api.go', line 12487
|
func (s *GetKeyRotationStatusOutput) SetKeyRotationEnabled(v bool) *GetKeyRotationStatusOutput
SetKeyRotationEnabled sets the KeyRotationEnabled field's value.
12492 12493 12494 12495 |
// File 'service/kms/api.go', line 12492
|
func (s GetKeyRotationStatusOutput) 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”.
12478 12479 12480 |
// File 'service/kms/api.go', line 12478
|