DisconnectCustomKeyStoreRequest

public struct DisconnectCustomKeyStoreRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Enter the ID of the custom key store you want to disconnect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.

    Declaration

    Swift

    public let customKeyStoreId: String
  • Undocumented

    Declaration

    Swift

    public init(customKeyStoreId: String)
  • Declaration

    Swift

    public func validate(name: String) throws