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

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

#account_limitsArray<Types::AccountLimit>

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

Returns:



1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1796

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)


1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1796

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