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