DeleteReportGroupInput
public struct DeleteReportGroupInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the report group to delete.
Declaration
Swift
public let arn: String
-
If true, deletes any reports that belong to a report group before deleting the report group. If false, you must delete any reports in the report group. Use ListReportsForReportGroup to get the reports in a report group. Use DeleteReport to delete the reports. If you call DeleteReportGroup for a report group that contains one or more reports, an exception is thrown.
Declaration
Swift
public let deleteReports: Bool?
-
Undocumented
Declaration
Swift
public init(arn: String, deleteReports: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws