Struct: kms.DescribeKeyOutput

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 key.

_ struct{} `type:"structure"`

Method Details

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



10682
10683
10684
// File 'service/kms/api.go', line 10682

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

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

SetKeyMetadata sets the KeyMetadata field's value.



10687
10688
10689
10690
// File 'service/kms/api.go', line 10687

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

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



10673
10674
10675
// File 'service/kms/api.go', line 10673

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