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.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def instance_id @instance_id end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def routing_profile_id @routing_profile_id end |