ListMetricsOutput

public struct ListMetricsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The metrics that match your request.

    Declaration

    Swift

    public let metrics: [Metric]?
  • The token that marks the start of the next batch of returned results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(metrics: [Metric]? = nil, nextToken: String? = nil)