Class: Aws::Braket::Types::SearchSpendingLimitsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::SearchSpendingLimitsFilter>

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



1589
1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1589

class SearchSpendingLimitsRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


1589
1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1589

class SearchSpendingLimitsRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1589
1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1589

class SearchSpendingLimitsRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end