Class: Aws::WorkSpaces::Types::RevokeIpRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RevokeIpRulesRequest
- 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 group.
-
#user_rules ⇒ Array<String>
The rules to remove from the group.
Instance Attribute Details
#group_id ⇒ String
The identifier of the group.
4275 4276 4277 4278 4279 4280 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4275 class RevokeIpRulesRequest < Struct.new( :group_id, :user_rules) SENSITIVE = [] include Aws::Structure end |
#user_rules ⇒ Array<String>
The rules to remove from the group.
4275 4276 4277 4278 4279 4280 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4275 class RevokeIpRulesRequest < Struct.new( :group_id, :user_rules) SENSITIVE = [] include Aws::Structure end |