Class: Aws::WorkSpaces::Types::CreateConnectClientAddInRequest

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

#nameString

The name of the client add-in.

Returns:

  • (String)


673
674
675
676
677
678
679
# File 'lib/aws-sdk-workspaces/types.rb', line 673

class CreateConnectClientAddInRequest < Struct.new(
  :resource_id,
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The directory identifier for which to configure the client add-in.

Returns:

  • (String)


673
674
675
676
677
678
679
# File 'lib/aws-sdk-workspaces/types.rb', line 673

class CreateConnectClientAddInRequest < Struct.new(
  :resource_id,
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

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

Returns:

  • (String)


673
674
675
676
677
678
679
# File 'lib/aws-sdk-workspaces/types.rb', line 673

class CreateConnectClientAddInRequest < Struct.new(
  :resource_id,
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end