DeleteDashboardResponse
public struct DeleteDashboardResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Secure Socket Layer (SSL) properties that apply for the resource.
Declaration
Swift
public let arn: String?
-
The ID of the dashboard.
Declaration
Swift
public let dashboardId: String?
-
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: Int?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, dashboardId: String? = nil, requestId: String? = nil, status: Int? = nil)