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)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def client_token
  @client_token
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def deletion_protection_enabled
  @deletion_protection_enabled
end

#international_sending_enabledBoolean

Returns the value of attribute international_sending_enabled.

Returns:

  • (Boolean)


1901
1902
1903
# File 'sig/types.rbs', line 1901

def international_sending_enabled
  @international_sending_enabled
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def iso_country_code
  @iso_country_code
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


1895
1896
1897
# File 'sig/types.rbs', line 1895

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")])


1896
1897
1898
# File 'sig/types.rbs', line 1896

def number_capabilities
  @number_capabilities
end

#number_type"LONG_CODE", ...

Returns the value of attribute number_type.

Returns:

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


1897
1898
1899
# File 'sig/types.rbs', line 1897

def number_type
  @number_type
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def opt_out_list_name
  @opt_out_list_name
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1899
1900
1901
# File 'sig/types.rbs', line 1899

def pool_id
  @pool_id
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1900
1901
1902
# File 'sig/types.rbs', line 1900

def registration_id
  @registration_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1903
1904
1905
# File 'sig/types.rbs', line 1903

def tags
  @tags
end