Class: Aws::Chime::Types::ListSipMediaApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListSipMediaApplicationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#sip_media_applications ⇒ Array<Types::SipMediaApplication>
List of SIP media applications and application details.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
5738 5739 5740 5741 5742 5743 |
# File 'lib/aws-sdk-chime/types.rb', line 5738 class ListSipMediaApplicationsResponse < Struct.new( :sip_media_applications, :next_token) SENSITIVE = [] include Aws::Structure end |
#sip_media_applications ⇒ Array<Types::SipMediaApplication>
List of SIP media applications and application details.
5738 5739 5740 5741 5742 5743 |
# File 'lib/aws-sdk-chime/types.rb', line 5738 class ListSipMediaApplicationsResponse < Struct.new( :sip_media_applications, :next_token) SENSITIVE = [] include Aws::Structure end |