Struct: kms.CreateKeyOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
KeyMetadata *KeyMetadata
Metadata associated with the KMS key.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetKeyMetadata(*KeyMetadata) *CreateKeyOutput
operation
SetKeyMetadata sets the KeyMetadata field's value.
-
String() string
operation
String returns the string representation.
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) 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) 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
|