Class: Aws::Connect::Types::DescribeRoutingProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeRoutingProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #routing_profile  ⇒ Types::RoutingProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The routing profile.
 
Instance Attribute Details
#routing_profile ⇒ Types::RoutingProfile
The routing profile.
      7285 7286 7287 7288 7289  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7285 class DescribeRoutingProfileResponse < Struct.new( :routing_profile) SENSITIVE = [] include Aws::Structure end  |