ListProblemsRequest

public struct ListProblemsRequest : AWSShape
extension ApplicationInsights.ListProblemsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

    Declaration

    Swift

    public let maxResults: Int?
  • The token to request the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the resource group.

    Declaration

    Swift

    public let resourceGroupName: String?
  • The time when the problem was detected, in epoch seconds. If you don’t specify a time frame for the request, problems within the past seven days are returned.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp? = nil, maxResults: Int? = nil, nextToken: String? = nil, resourceGroupName: String? = nil, startTime: TimeStamp? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws