UpdateDashboardPublishedVersionRequest

public struct UpdateDashboardPublishedVersionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account that contains the dashboard that you’re updating.

    Declaration

    Swift

    public let awsAccountId: String
  • The ID for the dashboard.

    Declaration

    Swift

    public let dashboardId: String
  • The version number of the dashboard.

    Declaration

    Swift

    public let versionNumber: Int64
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, dashboardId: String, versionNumber: Int64)
  • Declaration

    Swift

    public func validate(name: String) throws