Class: Aws::Types::UpdateUserRoutingProfileRequest

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)


8907
8908
8909
# File 'sig/types.rbs', line 8907

def instance_id
  @instance_id
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


8905
8906
8907
# File 'sig/types.rbs', line 8905

def routing_profile_id
  @routing_profile_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


8906
8907
8908
# File 'sig/types.rbs', line 8906

def user_id
  @user_id
end