Class: Aws::PinpointSMSVoiceV2::Types::DescribeAccountLimitsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeAccountLimitsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return per each request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return per each request.
2160 2161 2162 2163 2164 2165 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2160 class DescribeAccountLimitsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2160 2161 2162 2163 2164 2165 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2160 class DescribeAccountLimitsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |