Class: Aws::WorkSpaces::Types::DeleteIpGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteIpGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The identifier of the IP access control group.
Instance Attribute Details
#group_id ⇒ String
The identifier of the IP access control group.
1549 1550 1551 1552 1553 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1549 class DeleteIpGroupRequest < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |