ReportGroup
public struct ReportGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of a ReportGroup.
Declaration
Swift
public let arn: String?
-
The date and time this ReportGroup was created.
Declaration
Swift
public let created: TimeStamp?
-
Information about the destination where the raw data of this ReportGroup is exported.
Declaration
Swift
public let exportConfig: ReportExportConfig?
-
The date and time this ReportGroup was last modified.
Declaration
Swift
public let lastModified: TimeStamp?
-
The name of a ReportGroup.
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 the ReportGroup. The one valid value is TEST.
Declaration
Swift
public let type: ReportType?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, created: TimeStamp? = nil, exportConfig: ReportExportConfig? = nil, lastModified: TimeStamp? = nil, name: String? = nil, tags: [Tag]? = nil, type: ReportType? = nil)