DeleteReportDefinitionRequest
public struct DeleteReportDefinitionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the report that you want to delete. The name must be unique, is case sensitive, and can’t include spaces.
Declaration
Swift
public let reportName: String? -
Undocumented
Declaration
Swift
public init(reportName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteReportDefinitionRequest Structure Reference