Struct: kms.DescribeCustomKeyStoresOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
CustomKeyStores []*CustomKeyStoresListEntry
Contains metadata about each custom key store.
-
NextMarker *string
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
-
Truncated *bool
A flag that indicates whether there are more items in the list.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetCustomKeyStores([]*CustomKeyStoresListEntry) *DescribeCustomKeyStoresOutput
operation
SetCustomKeyStores sets the CustomKeyStores field's value.
-
SetNextMarker(string) *DescribeCustomKeyStoresOutput
operation
SetNextMarker sets the NextMarker field's value.
-
SetTruncated(bool) *DescribeCustomKeyStoresOutput
operation
SetTruncated sets the Truncated field's value.
-
String() string
operation
String returns the string representation.
Structure Field Details
CustomKeyStores []*CustomKeyStoresListEntry
`type:"list"`
Contains metadata about each custom key store.
NextMarker *string
`min:"1" type:"string"`
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
Truncated *bool
`type:"boolean"`
A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker element in thisresponse to the Marker parameter in a subsequent request.
_ struct{}
`type:"structure"`
Method Details
func (s DescribeCustomKeyStoresOutput) 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”.
10555 10556 10557 |
// File 'service/kms/api.go', line 10555
|
func (s *DescribeCustomKeyStoresOutput) SetCustomKeyStores(v []*CustomKeyStoresListEntry) *DescribeCustomKeyStoresOutput
SetCustomKeyStores sets the CustomKeyStores field's value.
10560 10561 10562 10563 |
// File 'service/kms/api.go', line 10560
|
func (s *DescribeCustomKeyStoresOutput) SetNextMarker(v string) *DescribeCustomKeyStoresOutput
SetNextMarker sets the NextMarker field's value.
10566 10567 10568 10569 |
// File 'service/kms/api.go', line 10566
|
func (s *DescribeCustomKeyStoresOutput) SetTruncated(v bool) *DescribeCustomKeyStoresOutput
SetTruncated sets the Truncated field's value.
10572 10573 10574 10575 |
// File 'service/kms/api.go', line 10572
|
func (s DescribeCustomKeyStoresOutput) 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”.
10546 10547 10548 |
// File 'service/kms/api.go', line 10546
|