Class: Aws::Types::RequestPhoneNumberRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def client_token
  @client_token
end

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def deletion_protection_enabled
  @deletion_protection_enabled
end

#international_sending_enabled ⇒ Boolean

Returns the value of attribute international_sending_enabled.

Returns:

  • (Boolean)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def international_sending_enabled
  @international_sending_enabled
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def iso_country_code
  @iso_country_code
end

#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


1926
1927
1928
# File 'sig/types.rbs', line 1926

def message_type
  @message_type
end

#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]

Returns the value of attribute number_capabilities.

Returns:

  • (::Array[("SMS" | "VOICE" | "MMS" | "RCS")])


1927
1928
1929
# File 'sig/types.rbs', line 1927

def number_capabilities
  @number_capabilities
end

#number_preference ⇒ ::Array[Types::NumberPreferenceItem]

Returns the value of attribute number_preference.

Returns:



1932
1933
1934
# File 'sig/types.rbs', line 1932

def number_preference
  @number_preference
end

#number_type ⇒ "LONG_CODE", ...

Returns the value of attribute number_type.

Returns:

  • ("LONG_CODE", "TOLL_FREE", "TEN_DLC", "SIMULATOR")


1928
1929
1930
# File 'sig/types.rbs', line 1928

def number_type
  @number_type
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def opt_out_list_name
  @opt_out_list_name
end

#pool_id ⇒ ::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def pool_id
  @pool_id
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def registration_id
  @registration_id
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1935
1936
1937
# File 'sig/types.rbs', line 1935

def tags
  @tags
end