Class: Aws::Types::RequestPhoneNumberResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def deletion_protection_enabled
  @deletion_protection_enabled
end

#international_sending_enabled ⇒ Boolean

Returns the value of attribute international_sending_enabled.

Returns:

  • (Boolean)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def international_sending_enabled
  @international_sending_enabled
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def iso_country_code
  @iso_country_code
end

#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


1946
1947
1948
# File 'sig/types.rbs', line 1946

def message_type
  @message_type
end

#monthly_leasing_price ⇒ ::String

Returns the value of attribute monthly_leasing_price.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def monthly_leasing_price
  @monthly_leasing_price
end

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

Returns the value of attribute number_capabilities.

Returns:

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


1947
1948
1949
# File 'sig/types.rbs', line 1947

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


1948
1949
1950
# File 'sig/types.rbs', line 1948

def number_type
  @number_type
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def opt_out_list_name
  @opt_out_list_name
end

#phone_number ⇒ ::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def phone_number
  @phone_number
end

#phone_number_arn ⇒ ::String

Returns the value of attribute phone_number_arn.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def phone_number_arn
  @phone_number_arn
end

#phone_number_id ⇒ ::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def phone_number_id
  @phone_number_id
end

#pool_id ⇒ ::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def pool_id
  @pool_id
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def registration_id
  @registration_id
end

#self_managed_opt_outs_enabled ⇒ Boolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def self_managed_opt_outs_enabled
  @self_managed_opt_outs_enabled
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVE", "ASSOCIATING", "DISASSOCIATING", "DELETED")


1944
1945
1946
# File 'sig/types.rbs', line 1944

def status
  @status
end

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

Returns the value of attribute tags.

Returns:



1959
1960
1961
# File 'sig/types.rbs', line 1959

def tags
  @tags
end

#two_way_channel_arn ⇒ ::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


1951
1952
1953
# File 'sig/types.rbs', line 1951

def two_way_channel_arn
  @two_way_channel_arn
end

#two_way_channel_role ⇒ ::String

Returns the value of attribute two_way_channel_role.

Returns:

  • (::String)


1952
1953
1954
# File 'sig/types.rbs', line 1952

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabled ⇒ Boolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def two_way_enabled
  @two_way_enabled
end