Class: Aws::Types::DeleteRoutingProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRoutingProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def instance_id @instance_id end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def routing_profile_id @routing_profile_id end |