Class: Aws::Connect::Types::UpdateRoutingProfileNameRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::UpdateRoutingProfileNameRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the routing profile.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the routing profile.
 - 
  
    
      #routing_profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the routing profile.
 
Instance Attribute Details
#description ⇒ String
The description of the routing profile. Must not be more than 250 characters.
      25593 25594 25595 25596 25597 25598 25599 25600  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 25593 class UpdateRoutingProfileNameRequest < Struct.new( :instance_id, :routing_profile_id, :name, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
      25593 25594 25595 25596 25597 25598 25599 25600  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 25593 class UpdateRoutingProfileNameRequest < Struct.new( :instance_id, :routing_profile_id, :name, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the routing profile. Must not be more than 127 characters.
      25593 25594 25595 25596 25597 25598 25599 25600  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 25593 class UpdateRoutingProfileNameRequest < Struct.new( :instance_id, :routing_profile_id, :name, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_profile_id ⇒ String
The identifier of the routing profile.
      25593 25594 25595 25596 25597 25598 25599 25600  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 25593 class UpdateRoutingProfileNameRequest < Struct.new( :instance_id, :routing_profile_id, :name, :description) SENSITIVE = [] include Aws::Structure end  |