Class: Aws::WorkSpaces::Types::DeleteConnectClientAddInRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteConnectClientAddInRequest
- Defined in:
- gems/aws-sdk-workspaces/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 delete.
-
#resource_id ⇒ String
The directory identifier for which the client add-in is configured.
Instance Attribute Details
#add_in_id ⇒ String
The identifier of the client add-in to delete.
1555 1556 1557 1558 1559 1560 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1555 class DeleteConnectClientAddInRequest < Struct.new( :add_in_id, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The directory identifier for which the client add-in is configured.
1555 1556 1557 1558 1559 1560 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1555 class DeleteConnectClientAddInRequest < Struct.new( :add_in_id, :resource_id) SENSITIVE = [] include Aws::Structure end |