DetachCertificateFromDistributionRequest

public struct DetachCertificateFromDistributionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the distribution from which to detach the certificate. Use the GetDistributions action to get a list of distribution names that you can specify.

    Declaration

    Swift

    public let distributionName: String
  • Undocumented

    Declaration

    Swift

    public init(distributionName: String)
  • Declaration

    Swift

    public func validate(name: String) throws