ProjectBadge
public struct ProjectBadge : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Set this to true to generate a publicly accessible URL for your project’s build badge.
Declaration
Swift
public let badgeEnabled: Bool?
-
The publicly-accessible URL through which you can access the build badge for your project. The publicly accessible URL through which you can access the build badge for your project.
Declaration
Swift
public let badgeRequestUrl: String?
-
Undocumented
Declaration
Swift
public init(badgeEnabled: Bool? = nil, badgeRequestUrl: String? = nil)