DescribeDashboardRequest

public struct DescribeDashboardRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The alias name.

    Declaration

    Swift

    public let aliasName: String?
  • The ID of the AWS account that contains the dashboard that you’re describing.

    Declaration

    Swift

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

    Declaration

    Swift

    public let dashboardId: String
  • The version number for the dashboard. If a version number isn’t passed, the latest published dashboard version is described.

    Declaration

    Swift

    public let versionNumber: Int64?
  • Undocumented

    Declaration

    Swift

    public init(aliasName: String? = nil, awsAccountId: String, dashboardId: String, versionNumber: Int64? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws