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)


8734
8735
8736
# File 'sig/types.rbs', line 8734

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8731
8732
8733
# File 'sig/types.rbs', line 8731

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8733
8734
8735
# File 'sig/types.rbs', line 8733

def name
  @name
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


8732
8733
8734
# File 'sig/types.rbs', line 8732

def routing_profile_id
  @routing_profile_id
end