Class: Aws::ChimeSDKVoice::Types::ListSipMediaApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListSipMediaApplicationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token used to return the next page of results.
-
#sip_media_applications ⇒ Array<Types::SipMediaApplication>
The list of SIP media applications and application details.
Instance Attribute Details
#next_token ⇒ String
The token used to return the next page of results.
1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1704 class ListSipMediaApplicationsResponse < Struct.new( :sip_media_applications, :next_token) SENSITIVE = [] include Aws::Structure end |
#sip_media_applications ⇒ Array<Types::SipMediaApplication>
The list of SIP media applications and application details.
1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1704 class ListSipMediaApplicationsResponse < Struct.new( :sip_media_applications, :next_token) SENSITIVE = [] include Aws::Structure end |