Class: Aws::ChimeSDKVoice::Types::ListSipMediaApplicationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token used to return the next page of results.

Returns:

  • (String)


1704
1705
1706
1707
1708
1709
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1704

class ListSipMediaApplicationsResponse < Struct.new(
  :sip_media_applications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sip_media_applicationsArray<Types::SipMediaApplication>

The list of SIP media applications and application details.

Returns:



1704
1705
1706
1707
1708
1709
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1704

class ListSipMediaApplicationsResponse < Struct.new(
  :sip_media_applications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end