UpdateDashboardPublishedVersionResponse

public struct UpdateDashboardPublishedVersionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the dashboard.

    Declaration

    Swift

    public let dashboardArn: String?
  • The ID for 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(dashboardArn: String? = nil, dashboardId: String? = nil, requestId: String? = nil, status: Int? = nil)