Class: Aws::Types::UpdatePhoneNumberResult

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)


2449
2450
2451
# File 'sig/types.rbs', line 2449

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2447
2448
2449
# File 'sig/types.rbs', line 2447

def deletion_protection_enabled
  @deletion_protection_enabled
end

#international_sending_enabled ⇒ Boolean

Returns the value of attribute international_sending_enabled.

Returns:

  • (Boolean)


2446
2447
2448
# File 'sig/types.rbs', line 2446

def international_sending_enabled
  @international_sending_enabled
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def iso_country_code
  @iso_country_code
end

#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


2437
2438
2439
# File 'sig/types.rbs', line 2437

def message_type
  @message_type
end

#monthly_leasing_price ⇒ ::String

Returns the value of attribute monthly_leasing_price.

Returns:

  • (::String)


2440
2441
2442
# File 'sig/types.rbs', line 2440

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


2438
2439
2440
# File 'sig/types.rbs', line 2438

def number_capabilities
  @number_capabilities
end

#number_type ⇒ "SHORT_CODE", ...

Returns the value of attribute number_type.

Returns:

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


2439
2440
2441
# File 'sig/types.rbs', line 2439

def number_type
  @number_type
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def opt_out_list_name
  @opt_out_list_name
end

#phone_number ⇒ ::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def phone_number
  @phone_number
end

#phone_number_arn ⇒ ::String

Returns the value of attribute phone_number_arn.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def phone_number_arn
  @phone_number_arn
end

#phone_number_id ⇒ ::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def phone_number_id
  @phone_number_id
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


2448
2449
2450
# File 'sig/types.rbs', line 2448

def registration_id
  @registration_id
end

#self_managed_opt_outs_enabled ⇒ Boolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


2444
2445
2446
# File 'sig/types.rbs', line 2444

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


2435
2436
2437
# File 'sig/types.rbs', line 2435

def status
  @status
end

#two_way_channel_arn ⇒ ::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


2442
2443
2444
# File 'sig/types.rbs', line 2442

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)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabled ⇒ Boolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def two_way_enabled
  @two_way_enabled
end