Class: Aws::WorkSpaces::Types::DeleteConnectClientAddInRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteConnectClientAddInRequest
- 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 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.
1516 1517 1518 1519 1520 1521 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1516 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.
1516 1517 1518 1519 1520 1521 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1516 class DeleteConnectClientAddInRequest < Struct.new( :add_in_id, :resource_id) SENSITIVE = [] include Aws::Structure end |