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_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def deletion_protection_enabled
  @deletion_protection_enabled
end

#international_sending_enabledBoolean

Returns the value of attribute international_sending_enabled.

Returns:

  • (Boolean)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def international_sending_enabled
  @international_sending_enabled
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def opt_out_list_name
  @opt_out_list_name
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def phone_number_id
  @phone_number_id
end

#self_managed_opt_outs_enabledBoolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


2391
2392
2393
# File 'sig/types.rbs', line 2391

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)


2389
2390
2391
# File 'sig/types.rbs', line 2389

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)


2390
2391
2392
# File 'sig/types.rbs', line 2390

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabledBoolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


2388
2389
2390
# File 'sig/types.rbs', line 2388

def two_way_enabled
  @two_way_enabled
end