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"AccountId", ...

Returns the value of attribute filter_name.

Returns:

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


488
489
490
# File 'sig/types.rbs', line 488

def filter_name
  @filter_name
end

#filter_value::String

Returns the value of attribute filter_value.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def filter_value
  @filter_value
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


490
491
492
# File 'sig/types.rbs', line 490

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def next_token
  @next_token
end

#product_type"BusinessCalling", ...

Returns the value of attribute product_type.

Returns:

  • ("BusinessCalling", "VoiceConnector", "SipMediaApplicationDialIn")


487
488
489
# File 'sig/types.rbs', line 487

def product_type
  @product_type
end

#status"AcquireInProgress", ...

Returns the value of attribute status.

Returns:

  • ("AcquireInProgress", "AcquireFailed", "Unassigned", "Assigned", "ReleaseInProgress", "DeleteInProgress", "ReleaseFailed", "DeleteFailed")


486
487
488
# File 'sig/types.rbs', line 486

def status
  @status
end