GetTimeSeriesServiceStatisticsRequest

public struct GetTimeSeriesServiceStatisticsRequest : AWSShape
extension XRay.GetTimeSeriesServiceStatisticsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The end of the time frame for which to aggregate statistics.

    Declaration

    Swift

    public let endTime: TimeStamp
  • A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.

    Declaration

    Swift

    public let entitySelectorExpression: String?
  • The ARN of the group for which to pull statistics from.

    Declaration

    Swift

    public let groupARN: String?
  • The case-sensitive name of the group for which to pull statistics from.

    Declaration

    Swift

    public let groupName: String?
  • Pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • Aggregation period in seconds.

    Declaration

    Swift

    public let period: Int?
  • The start of the time frame for which to aggregate statistics.

    Declaration

    Swift

    public let startTime: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp, entitySelectorExpression: String? = nil, groupARN: String? = nil, groupName: String? = nil, nextToken: String? = nil, period: Int? = nil, startTime: TimeStamp)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> XRay.GetTimeSeriesServiceStatisticsRequest