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.
2822 2823 2824 2825 2826 2827 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2822 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.
2822 2823 2824 2825 2826 2827 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2822 class DisassociateIpGroupsRequest < Struct.new( :directory_id, :group_ids) SENSITIVE = [] include Aws::Structure end |