Class: Aws::WorkSpaces::Types::ConnectClientAddIn
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::WorkSpaces::Types::ConnectClientAddIn
 
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes an Amazon Connect client add-in.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #add_in_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The client add-in identifier. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the client add in. 
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The directory identifier for which the client add-in is configured. 
- 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The endpoint URL of the client add-in. 
Instance Attribute Details
#add_in_id ⇒ String
The client add-in identifier.
| 631 632 633 634 635 636 637 638 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 631 class ConnectClientAddIn < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the client add in.
| 631 632 633 634 635 636 637 638 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 631 class ConnectClientAddIn < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The directory identifier for which the client add-in is configured.
| 631 632 633 634 635 636 637 638 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 631 class ConnectClientAddIn < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end | 
#url ⇒ String
The endpoint URL of the client add-in.
| 631 632 633 634 635 636 637 638 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 631 class ConnectClientAddIn < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |