Class: Aws::PinpointSMSVoiceV2::Types::DescribeSpendLimitsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to be used for the next set of paginated results. If this field is empty then there are no more results.

Returns:

  • (String)


2852
2853
2854
2855
2856
2857
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2852

class DescribeSpendLimitsResult < Struct.new(
  :spend_limits,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#spend_limitsArray<Types::SpendLimit>

An array of SpendLimit objects that contain the details for the requested spend limits.

Returns:



2852
2853
2854
2855
2856
2857
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2852

class DescribeSpendLimitsResult < Struct.new(
  :spend_limits,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end