Class: Aws::Types::UpdatePhoneNumberRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def deletion_protection_enabled
  @deletion_protection_enabled
end

#international_sending_enabled ⇒ Boolean

Returns the value of attribute international_sending_enabled.

Returns:

  • (Boolean)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def international_sending_enabled
  @international_sending_enabled
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def opt_out_list_name
  @opt_out_list_name
end

#phone_number_id ⇒ ::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


2420
2421
2422
# File 'sig/types.rbs', line 2420

def phone_number_id
  @phone_number_id
end

#self_managed_opt_outs_enabled ⇒ Boolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def self_managed_opt_outs_enabled
  @self_managed_opt_outs_enabled
end

#two_way_channel_arn ⇒ ::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


2422
2423
2424
# File 'sig/types.rbs', line 2422

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)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabled ⇒ Boolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


2421
2422
2423
# File 'sig/types.rbs', line 2421

def two_way_enabled
  @two_way_enabled
end