Class: Aws::Types::DescribeRoutingProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRoutingProfileRequest
- 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.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def instance_id @instance_id end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def routing_profile_id @routing_profile_id end |