Struct: kms.DeleteCustomKeyStoreInput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, request.Validator, s3manager.WriterReadFrom
Structure Field Summary collapse
-
CustomKeyStoreId *string
Enter the ID of the custom key store you want to delete.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetCustomKeyStoreId(string) *DeleteCustomKeyStoreInput
operation
SetCustomKeyStoreId sets the CustomKeyStoreId field's value.
-
String() string
operation
String returns the string representation.
-
Validate() error
operation
Validate inspects the fields of the type to determine if they are valid.
Structure Field Details
CustomKeyStoreId *string
`min:"1" type:"string" required:"true"`
Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
CustomKeyStoreId is a required field
_ struct{}
`type:"structure"`
Method Details
func (s DeleteCustomKeyStoreInput) 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”.
10233 10234 10235 |
// File 'service/kms/api.go', line 10233
|
func (s *DeleteCustomKeyStoreInput) SetCustomKeyStoreId(v string) *DeleteCustomKeyStoreInput
SetCustomKeyStoreId sets the CustomKeyStoreId field's value.
10254 10255 10256 10257 |
// File 'service/kms/api.go', line 10254
|
func (s DeleteCustomKeyStoreInput) 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”.
10224 10225 10226 |
// File 'service/kms/api.go', line 10224
|
func (s *DeleteCustomKeyStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
10238 10239 10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 |
// File 'service/kms/api.go', line 10238
|