Class: Aws::WorkSpaces::Types::ConnectClientAddIn
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ConnectClientAddIn
- Includes:
- Structure
- Defined in:
- 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.
592 593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-workspaces/types.rb', line 592 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.
592 593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-workspaces/types.rb', line 592 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.
592 593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-workspaces/types.rb', line 592 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.
592 593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-workspaces/types.rb', line 592 class ConnectClientAddIn < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |