Class: Aws::WorkSpaces::Types::CreateConnectClientAddInRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateConnectClientAddInRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the client add-in.
-
#resource_id ⇒ String
The directory identifier for which to configure the client add-in.
-
#url ⇒ String
The endpoint URL of the Amazon Connect client add-in.
Instance Attribute Details
#name ⇒ String
The name of the client add-in.
797 798 799 800 801 802 803 |
# File 'lib/aws-sdk-workspaces/types.rb', line 797 class CreateConnectClientAddInRequest < Struct.new( :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The directory identifier for which to configure the client add-in.
797 798 799 800 801 802 803 |
# File 'lib/aws-sdk-workspaces/types.rb', line 797 class CreateConnectClientAddInRequest < Struct.new( :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The endpoint URL of the Amazon Connect client add-in.
797 798 799 800 801 802 803 |
# File 'lib/aws-sdk-workspaces/types.rb', line 797 class CreateConnectClientAddInRequest < Struct.new( :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |