UpdateReportGroupInput
public struct UpdateReportGroupInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the report group to update.
Declaration
Swift
public let arn: String
-
Used to specify an updated export type. Valid values are: S3: The report results are exported to an S3 bucket. NO_EXPORT: The report results are not exported.
Declaration
Swift
public let exportConfig: ReportExportConfig?
-
An updated 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]?
-
Undocumented
Declaration
Swift
public init(arn: String, exportConfig: ReportExportConfig? = nil, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws