Class: Aws::Types::ListPhoneNumbersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_name"VoiceConnectorId", ...

Returns the value of attribute filter_name.

Returns:

  • ("VoiceConnectorId", "VoiceConnectorGroupId", "SipRuleId")


597
598
599
# File 'sig/types.rbs', line 597

def filter_name
  @filter_name
end

#filter_value::String

Returns the value of attribute filter_value.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def filter_value
  @filter_value
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


599
600
601
# File 'sig/types.rbs', line 599

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def next_token
  @next_token
end

#product_type"VoiceConnector", "SipMediaApplicationDialIn"

Returns the value of attribute product_type.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def product_type
  @product_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def status
  @status
end