Class: Aws::Braket::Types::SearchSpendingLimitsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchSpendingLimitsResponse
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next page of results.
-
#spending_limits ⇒ Array<Types::SpendingLimitSummary>
An array of spending limit summaries that match the specified filters.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next page of results. This value is null when there are no more results to return.
1609 1610 1611 1612 1613 1614 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1609 class SearchSpendingLimitsResponse < Struct.new( :spending_limits, :next_token) SENSITIVE = [] include Aws::Structure end |
#spending_limits ⇒ Array<Types::SpendingLimitSummary>
An array of spending limit summaries that match the specified filters.
1609 1610 1611 1612 1613 1614 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1609 class SearchSpendingLimitsResponse < Struct.new( :spending_limits, :next_token) SENSITIVE = [] include Aws::Structure end |