Class: Aws::Types::CreateRoutingProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoutingProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#routing_profile_arn ⇒ ::String
Returns the value of attribute routing_profile_arn.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
Instance Attribute Details
#routing_profile_arn ⇒ ::String
Returns the value of attribute routing_profile_arn.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def routing_profile_arn @routing_profile_arn end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def routing_profile_id @routing_profile_id end |