Class: Aws::WorkSpaces::Types::UpdateConnectClientAddInRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::UpdateConnectClientAddInRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_in_id ⇒ String
The identifier of the client add-in to update.
-
#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 Amazon Connect client add-in.
Instance Attribute Details
#add_in_id ⇒ String
The identifier of the client add-in to update.
4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4805 class UpdateConnectClientAddInRequest < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the client add-in.
4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4805 class UpdateConnectClientAddInRequest < 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.
4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4805 class UpdateConnectClientAddInRequest < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The endpoint URL of the Amazon Connect client add-in.
4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4805 class UpdateConnectClientAddInRequest < Struct.new( :add_in_id, :resource_id, :name, :url) SENSITIVE = [] include Aws::Structure end |