Class: Aws::ChimeSDKVoice::Types::ListPhoneNumbersRequest

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

#filter_nameString

The filter to limit the number of results.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1604

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

#filter_valueString

The filter value.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1604

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)


1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1604

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

#next_tokenString

The token used to return the next page of results.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1604

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 types.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1604

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

#statusString

The status of your organization's phone numbers.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1604

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