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)


9243
9244
9245
# File 'sig/types.rbs', line 9243

def instance_id
  @instance_id
end

#phone_configTypes::UserPhoneConfig

Returns the value of attribute phone_config.



9241
9242
9243
# File 'sig/types.rbs', line 9241

def phone_config
  @phone_config
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


9242
9243
9244
# File 'sig/types.rbs', line 9242

def user_id
  @user_id
end