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)


8744
8745
8746
# File 'sig/types.rbs', line 8744

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8741
8742
8743
# File 'sig/types.rbs', line 8741

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8743
8744
8745
# File 'sig/types.rbs', line 8743

def name
  @name
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


8742
8743
8744
# File 'sig/types.rbs', line 8742

def routing_profile_id
  @routing_profile_id
end