Class: Aws::WorkSpaces::Types::DisassociateIpGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DisassociateIpGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory.
-
#group_ids ⇒ Array<String>
The identifiers of one or more IP access control groups.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory.
2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2696 class DisassociateIpGroupsRequest < Struct.new( :directory_id, :group_ids) SENSITIVE = [] include Aws::Structure end |
#group_ids ⇒ Array<String>
The identifiers of one or more IP access control groups.
2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2696 class DisassociateIpGroupsRequest < Struct.new( :directory_id, :group_ids) SENSITIVE = [] include Aws::Structure end |