Class: Aws::PinpointSMSVoiceV2::Types::DescribeSpendLimitsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


3049
3050
3051
3052
3053
3054
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3049

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

#next_tokenString

The token to be used for the next set of paginated results. You don’t need to supply a value for this field in the initial request.

Returns:

  • (String)


3049
3050
3051
3052
3053
3054
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3049

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