Class: Aws::PinpointSMSVoiceV2::Types::DescribeAccountLimitsResult

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

#account_limitsArray<Types::AccountLimit>

An array of AccountLimit objects that show the current spend limits.

Returns:



2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2089

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

#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)


2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2089

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