CreateReportGroupInput

public struct CreateReportGroupInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A ReportExportConfig object that contains information about where the report group test results are exported.

    Declaration

    Swift

    public let exportConfig: ReportExportConfig
  • The name of the report group.

    Declaration

    Swift

    public let name: String
  • A list of tag key and value pairs associated with this report group. These tags are available for use by AWS services that support AWS CodeBuild report group tags.

    Declaration

    Swift

    public let tags: [Tag]?
  • The type of report group.

    Declaration

    Swift

    public let type: ReportType
  • Undocumented

    Declaration

    Swift

    public init(exportConfig: ReportExportConfig, name: String, tags: [Tag]? = nil, type: ReportType)
  • Declaration

    Swift

    public func validate(name: String) throws