DeleteDashboardRequest
public struct DeleteDashboardRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the AWS account that contains the dashboard that you’re deleting.
Declaration
Swift
public let awsAccountId: String -
The ID for the dashboard.
Declaration
Swift
public let dashboardId: String -
The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.
Declaration
Swift
public let versionNumber: Int64? -
Undocumented
Declaration
Swift
public init(awsAccountId: String, dashboardId: String, versionNumber: Int64? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteDashboardRequest Structure Reference