Class: Aws::Chime::Types::ListSipMediaApplicationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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)


5721
5722
5723
5724
5725
5726
# File 'lib/aws-sdk-chime/types.rb', line 5721

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

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


5721
5722
5723
5724
5725
5726
# File 'lib/aws-sdk-chime/types.rb', line 5721

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