GetOpsSummaryRequest

public struct GetOpsSummaryRequest : AWSShape
extension SSM.GetOpsSummaryRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optional aggregators that return counts of OpsItems based on one or more expressions.

    Declaration

    Swift

    public let aggregators: [OpsAggregator]?
  • Optional filters used to scope down the returned OpsItems.

    Declaration

    Swift

    public let filters: [OpsFilter]?
  • The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

    Declaration

    Swift

    public let maxResults: Int?
  • A token to start the list. Use this token to get the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • The OpsItem data type to return.

    Declaration

    Swift

    public let resultAttributes: [OpsResultAttribute]?
  • Specify the name of a resource data sync to get.

    Declaration

    Swift

    public let syncName: String?
  • Undocumented

    Declaration

    Swift

    public init(aggregators: [OpsAggregator]? = nil, filters: [OpsFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, resultAttributes: [OpsResultAttribute]? = nil, syncName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> SSM.GetOpsSummaryRequest