AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the SearchSpendingLimits operation. Searches and lists spending limits based on specified filters. This operation supports pagination and allows filtering by various criteria to find specific spending limits. We recommend using pagination to ensure that the operation returns quickly and successfully.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Braket.AmazonBraketRequest
      Amazon.Braket.Model.SearchSpendingLimitsRequest

Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z

Syntax

C#
public class SearchSpendingLimitsRequest : AmazonBraketRequest
         IAmazonWebServiceRequest

The SearchSpendingLimitsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Filters System.Collections.Generic.List<Amazon.Braket.Model.SearchSpendingLimitsFilter>

Gets and sets the property Filters.

The filters to apply when searching for spending limits. Use filters to narrow down the results based on specific criteria.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return in a single call. Minimum value of 1, maximum value of 100. Default is 20.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token to retrieve the next page of results. This value is returned from a previous call to SearchSpendingLimits when there are more results available.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5