Class: Aws::Braket::Types::SearchSpendingLimitsResponse

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

#next_tokenString

The token to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


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_limitsArray<Types::SpendingLimitSummary>

An array of spending limit summaries that match the specified filters.

Returns:



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