Class: Aws::Chime::Types::ListPhoneNumbersRequest

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

#filter_nameString

The filter to use to limit the number of results.

Returns:

  • (String)


5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
# File 'lib/aws-sdk-chime/types.rb', line 5550

class ListPhoneNumbersRequest < Struct.new(
  :status,
  :product_type,
  :filter_name,
  :filter_value,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filter_valueString

The value to use for the filter.

Returns:

  • (String)


5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
# File 'lib/aws-sdk-chime/types.rb', line 5550

class ListPhoneNumbersRequest < Struct.new(
  :status,
  :product_type,
  :filter_name,
  :filter_value,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
# File 'lib/aws-sdk-chime/types.rb', line 5550

class ListPhoneNumbersRequest < Struct.new(
  :status,
  :product_type,
  :filter_name,
  :filter_value,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
# File 'lib/aws-sdk-chime/types.rb', line 5550

class ListPhoneNumbersRequest < Struct.new(
  :status,
  :product_type,
  :filter_name,
  :filter_value,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#product_typeString

The phone number product type.

Returns:

  • (String)


5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
# File 'lib/aws-sdk-chime/types.rb', line 5550

class ListPhoneNumbersRequest < Struct.new(
  :status,
  :product_type,
  :filter_name,
  :filter_value,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The phone number status.

Returns:

  • (String)


5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
# File 'lib/aws-sdk-chime/types.rb', line 5550

class ListPhoneNumbersRequest < Struct.new(
  :status,
  :product_type,
  :filter_name,
  :filter_value,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end