Class: Aws::WorkSpaces::Types::UpdateConnectClientAddInRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_in_idString

The identifier of the client add-in to update.

Returns:

  • (String)


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

#nameString

The name of the client add-in.

Returns:

  • (String)


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_idString

The directory identifier for which the client add-in is configured.

Returns:

  • (String)


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

#urlString

The endpoint URL of the Amazon Connect client add-in.

Returns:

  • (String)


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