ListDashboardsInput

public struct ListDashboardsInput : AWSShape
extension CloudWatch.ListDashboardsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, “.”, “-”, and “_”.

    Declaration

    Swift

    public let dashboardNamePrefix: String?
  • The token returned by a previous call to indicate that there is more data available.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(dashboardNamePrefix: String? = nil, nextToken: String? = nil)