ModifyCertificatesMessage

public struct ModifyCertificatesMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new default certificate identifier to override the current one with. To determine the valid values, use the describe-certificates AWS CLI command or the DescribeCertificates API operation.

    Declaration

    Swift

    public let certificateIdentifier: String?
  • A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.

    Declaration

    Swift

    public let removeCustomerOverride: Bool?
  • Undocumented

    Declaration

    Swift

    public init(certificateIdentifier: String? = nil, removeCustomerOverride: Bool? = nil)