GetConfigResponse

public struct GetConfigResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The certificate file containing the server.pem files of the HSMs.

    Declaration

    Swift

    public let configCred: String?
  • The chrystoki.conf configuration file.

    Declaration

    Swift

    public let configFile: String?
  • The type of credentials.

    Declaration

    Swift

    public let configType: String?
  • Undocumented

    Declaration

    Swift

    public init(configCred: String? = nil, configFile: String? = nil, configType: String? = nil)