Class: Aws::Types::UpdateUserPhoneConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8893
8894
8895
# File 'sig/types.rbs', line 8893

def instance_id
  @instance_id
end

#phone_configTypes::UserPhoneConfig

Returns the value of attribute phone_config.



8891
8892
8893
# File 'sig/types.rbs', line 8891

def phone_config
  @phone_config
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


8892
8893
8894
# File 'sig/types.rbs', line 8892

def user_id
  @user_id
end