Class: Aws::Chime::Types::ListSipRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListSipRulesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#sip_media_application_id ⇒ String
The SIP media application ID.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. Defaults to 100.
5760 5761 5762 5763 5764 5765 5766 |
# File 'lib/aws-sdk-chime/types.rb', line 5760 class ListSipRulesRequest < Struct.new( :sip_media_application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
5760 5761 5762 5763 5764 5765 5766 |
# File 'lib/aws-sdk-chime/types.rb', line 5760 class ListSipRulesRequest < Struct.new( :sip_media_application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sip_media_application_id ⇒ String
The SIP media application ID.
5760 5761 5762 5763 5764 5765 5766 |
# File 'lib/aws-sdk-chime/types.rb', line 5760 class ListSipRulesRequest < Struct.new( :sip_media_application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |