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)


9213
9214
9215
# File 'sig/types.rbs', line 9213

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9210
9211
9212
# File 'sig/types.rbs', line 9210

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9212
9213
9214
# File 'sig/types.rbs', line 9212

def name
  @name
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


9211
9212
9213
# File 'sig/types.rbs', line 9211

def routing_profile_id
  @routing_profile_id
end