Report
public struct Report : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the report run.
Declaration
Swift
public let arn: String?
-
A CodeCoverageReportSummary object that contains a code coverage summary for this report.
Declaration
Swift
public let codeCoverageSummary: CodeCoverageReportSummary?
-
The date and time this report run occurred.
Declaration
Swift
public let created: TimeStamp?
-
The ARN of the build run that generated this report.
Declaration
Swift
public let executionId: String?
-
The date and time a report expires. A report expires 30 days after it is created. An expired report is not available to view in CodeBuild.
Declaration
Swift
public let expired: TimeStamp?
-
Information about where the raw data used to generate this report was exported.
Declaration
Swift
public let exportConfig: ReportExportConfig?
-
The name of the report that was run.
Declaration
Swift
public let name: String?
-
The ARN of the report group associated with this report.
Declaration
Swift
public let reportGroupArn: String?
-
The status of this report.
Declaration
Swift
public let status: ReportStatusType?
-
A TestReportSummary object that contains information about this test report.
Declaration
Swift
public let testSummary: TestReportSummary?
-
A boolean that specifies if this report run is truncated. The list of test cases is truncated after the maximum number of test cases is reached.
Declaration
Swift
public let truncated: Bool?
-
The type of the report that was run. CODE_COVERAGE A code coverage report. TEST A test report.
Declaration
Swift
public let type: ReportType?
-
init(arn:codeCoverageSummary:created:executionId:expired:exportConfig:name:reportGroupArn:status:testSummary:truncated:type:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, codeCoverageSummary: CodeCoverageReportSummary? = nil, created: TimeStamp? = nil, executionId: String? = nil, expired: TimeStamp? = nil, exportConfig: ReportExportConfig? = nil, name: String? = nil, reportGroupArn: String? = nil, status: ReportStatusType? = nil, testSummary: TestReportSummary? = nil, truncated: Bool? = nil, type: ReportType? = nil)