Class: Aws::ChimeSDKVoice::Types::ListSipRulesRequest

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

#max_resultsInteger

The maximum number of results to return in a single call. Defaults to 100.

Returns:

  • (Integer)


1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1726

class ListSipRulesRequest < Struct.new(
  :sip_media_application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token used to return the next page of results.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1726

class ListSipRulesRequest < Struct.new(
  :sip_media_application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sip_media_application_idString

The SIP media application ID.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1726

class ListSipRulesRequest < Struct.new(
  :sip_media_application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end