Class: Aws::WorkSpaces::Types::AssociateIpGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AssociateIpGroupsRequest
- 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.
295 296 297 298 299 300 |
# File 'lib/aws-sdk-workspaces/types.rb', line 295 class AssociateIpGroupsRequest < 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.
295 296 297 298 299 300 |
# File 'lib/aws-sdk-workspaces/types.rb', line 295 class AssociateIpGroupsRequest < Struct.new( :directory_id, :group_ids) SENSITIVE = [] include Aws::Structure end |