Struct: kms.CreateCustomKeyStoreOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
CustomKeyStoreId *string
A unique identifier for the new custom key store.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetCustomKeyStoreId(string) *CreateCustomKeyStoreOutput
operation
SetCustomKeyStoreId sets the CustomKeyStoreId field's value.
-
String() string
operation
String returns the string representation.
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) 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) 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
|