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 Connect Customer 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.
639 640 641 642 643 644 645 646 |
# File 'lib/aws-sdk-workspaces/types.rb', line 639 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.
639 640 641 642 643 644 645 646 |
# File 'lib/aws-sdk-workspaces/types.rb', line 639 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.
639 640 641 642 643 644 645 646 |
# File 'lib/aws-sdk-workspaces/types.rb', line 639 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.
639 640 641 642 643 644 645 646 |
# File 'lib/aws-sdk-workspaces/types.rb', line 639 class ConnectClientAddIn < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |