Struct: kms.GetKeyRotationStatusOutput

import "../ibm-cos-sdk-go/service/kms"

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

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) GoString() string { return s.String() }

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) SetKeyRotationEnabled(v bool) *GetKeyRotationStatusOutput { s.KeyRotationEnabled = &v return s }

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

func (s GetKeyRotationStatusOutput) String() string { return awsutil.Prettify(s) }