Class: Aws::WorkSpaces::Types::DeleteConnectClientAddInRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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 delete.

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1328

class DeleteConnectClientAddInRequest < Struct.new(
  :add_in_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

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

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1328

class DeleteConnectClientAddInRequest < Struct.new(
  :add_in_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end