Struct: kms.CreateCustomKeyStoreOutput

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

CustomKeyStoreId *string `min:"1" type:"string"`

A unique identifier for the new custom key store.

_ struct{} `type:"structure"`

Method Details

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



8841
8842
8843
// File 'service/kms/api.go', line 8841

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

func (s *CreateCustomKeyStoreOutput) SetCustomKeyStoreId(v string) *CreateCustomKeyStoreOutput

SetCustomKeyStoreId sets the CustomKeyStoreId field's value.



8846
8847
8848
8849
// File 'service/kms/api.go', line 8846

func (s *CreateCustomKeyStoreOutput) SetCustomKeyStoreId(v string) *CreateCustomKeyStoreOutput { s.CustomKeyStoreId = &v return s }

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



8832
8833
8834
// File 'service/kms/api.go', line 8832

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