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)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-chime/types.rb', line 1425

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)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-chime/types.rb', line 1425

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)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-chime/types.rb', line 1425

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)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-chime/types.rb', line 1425

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)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-chime/types.rb', line 1425

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)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-chime/types.rb', line 1425

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