Class: Aws::Types::SearchAvailablePhoneNumbersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:



7295
7296
7297
# File 'sig/types.rbs', line 7295

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



7299
7300
7301
# File 'sig/types.rbs', line 7299

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



7300
7301
7302
# File 'sig/types.rbs', line 7300

def next_token
  @next_token
end

#phone_number_country_code"AF", ...

Returns the value of attribute phone_number_country_code.

Returns:



7296
7297
7298
# File 'sig/types.rbs', line 7296

def phone_number_country_code
  @phone_number_country_code
end

#phone_number_prefix::String

Returns the value of attribute phone_number_prefix.

Returns:



7298
7299
7300
# File 'sig/types.rbs', line 7298

def phone_number_prefix
  @phone_number_prefix
end

#phone_number_type"TOLL_FREE", ...

Returns the value of attribute phone_number_type.

Returns:



7297
7298
7299
# File 'sig/types.rbs', line 7297

def phone_number_type
  @phone_number_type
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:



7294
7295
7296
# File 'sig/types.rbs', line 7294

def target_arn
  @target_arn
end