Class: Aws::PinpointSMSVoiceV2::Types::DescribeAccountLimitsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeAccountLimitsResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_limits ⇒ Array<Types::AccountLimit>
An array of AccountLimit objects that show the current spend limits.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
Instance Attribute Details
#account_limits ⇒ Array<Types::AccountLimit>
An array of AccountLimit objects that show the current spend limits.
2178 2179 2180 2181 2182 2183 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2178 class DescribeAccountLimitsResult < Struct.new( :account_limits, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
2178 2179 2180 2181 2182 2183 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2178 class DescribeAccountLimitsResult < Struct.new( :account_limits, :next_token) SENSITIVE = [] include Aws::Structure end |