Class: Aws::ChimeSDKVoice::Types::ListSipMediaApplicationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListSipMediaApplicationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token used to return the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. Defaults to 100.
1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1687 class ListSipMediaApplicationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to return the next page of results.
1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1687 class ListSipMediaApplicationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |