Class: Aws::ChimeSDKVoice::Types::ListSipMediaApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListSipMediaApplicationsResponse
- Defined in:
- gems/aws-sdk-chimesdkvoice/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.
1796 1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1796 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.
1796 1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1796 class ListSipMediaApplicationsResponse < Struct.new( :sip_media_applications, :next_token) SENSITIVE = [] include Aws::Structure end |