ListMetricsInput

public struct ListMetricsInput : AWSShape
extension CloudWatch.ListMetricsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The dimensions to filter against.

    Declaration

    Swift

    public let dimensions: [DimensionFilter]?
  • The name of the metric to filter against.

    Declaration

    Swift

    public let metricName: String?
  • The namespace to filter against.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • To filter the results to show only metrics that have had data points published in the past three hours, specify this parameter with a value of PT3H. This is the only valid value for this parameter. The results that are returned are an approximation of the value you specify. There is a low probability that the returned results include metrics with last published data as much as 40 minutes more than the specified time interval.

    Declaration

    Swift

    public let recentlyActive: RecentlyActive?
  • Undocumented

    Declaration

    Swift

    public init(dimensions: [DimensionFilter]? = nil, metricName: String? = nil, namespace: String? = nil, nextToken: String? = nil, recentlyActive: RecentlyActive? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws