Class: Aws::Braket::Types::SearchSpendingLimitsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchSpendingLimitsRequest
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::SearchSpendingLimitsFilter>
The filters to apply when searching for spending limits.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to retrieve the next page of results.
Instance Attribute Details
#filters ⇒ Array<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_results ⇒ Integer
The maximum number of results to return in a single call. Minimum value of 1, maximum value of 100. Default is 20.
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_token ⇒ String
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.
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 |