Class: Aws::Types::UpdateRoutingProfileNameRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9076
9077
9078
# File 'sig/types.rbs', line 9076

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9073
9074
9075
# File 'sig/types.rbs', line 9073

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9075
9076
9077
# File 'sig/types.rbs', line 9075

def name
  @name
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


9074
9075
9076
# File 'sig/types.rbs', line 9074

def routing_profile_id
  @routing_profile_id
end