GetMetricDataOutput

public struct GetMetricDataOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed. A message appears here only if it is related to the global GetMetricData operation. Any message about a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

    Declaration

    Swift

    public let messages: [MessageData]?
  • The metrics that are returned, including the metric name, namespace, and dimensions.

    Declaration

    Swift

    public let metricDataResults: [MetricDataResult]?
  • A token that marks the next batch of returned results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(messages: [MessageData]? = nil, metricDataResults: [MetricDataResult]? = nil, nextToken: String? = nil)