GetSigningProfileRequest

public struct GetSigningProfileRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the target signing profile.

    Declaration

    Swift

    public let profileName: String
  • Undocumented

    Declaration

    Swift

    public init(profileName: String)
  • Declaration

    Swift

    public func validate(name: String) throws