Struct: kms.CreateKeyOutput

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

KeyMetadata *KeyMetadata `type:"structure"`

Metadata associated with the KMS key.

_ struct{} `type:"structure"`

Method Details

func (s CreateKeyOutput) 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”.



9398
9399
9400
// File 'service/kms/api.go', line 9398

func (s CreateKeyOutput) GoString() string { return s.String() }

func (s *CreateKeyOutput) SetKeyMetadata(v *KeyMetadata) *CreateKeyOutput

SetKeyMetadata sets the KeyMetadata field's value.



9403
9404
9405
9406
// File 'service/kms/api.go', line 9403

func (s *CreateKeyOutput) SetKeyMetadata(v *KeyMetadata) *CreateKeyOutput { s.KeyMetadata = v return s }

func (s CreateKeyOutput) 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”.



9389
9390
9391
// File 'service/kms/api.go', line 9389

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