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.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def instance_id @instance_id end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def routing_profile_id @routing_profile_id end |