Class: Aws::Types::UpdateRoutingProfileNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoutingProfileNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
8963 8964 8965 |
# File 'sig/types.rbs', line 8963 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8960 8961 8962 |
# File 'sig/types.rbs', line 8960 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8962 8963 8964 |
# File 'sig/types.rbs', line 8962 def name @name end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
8961 8962 8963 |
# File 'sig/types.rbs', line 8961 def routing_profile_id @routing_profile_id end |