Class: Aws::WorkSpaces::Types::WorkspacesIpGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::WorkspacesIpGroup
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes an IP access control group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_desc ⇒ String
The description of the group.
-
#group_id ⇒ String
The identifier of the group.
-
#group_name ⇒ String
The name of the group.
-
#user_rules ⇒ Array<Types::IpRuleItem>
The rules.
Instance Attribute Details
#group_desc ⇒ String
The description of the group.
6134 6135 6136 6137 6138 6139 6140 6141 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6134 class WorkspacesIpGroup < Struct.new( :group_id, :group_name, :group_desc, :user_rules) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The identifier of the group.
6134 6135 6136 6137 6138 6139 6140 6141 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6134 class WorkspacesIpGroup < Struct.new( :group_id, :group_name, :group_desc, :user_rules) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the group.
6134 6135 6136 6137 6138 6139 6140 6141 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6134 class WorkspacesIpGroup < Struct.new( :group_id, :group_name, :group_desc, :user_rules) SENSITIVE = [] include Aws::Structure end |
#user_rules ⇒ Array<Types::IpRuleItem>
The rules.
6134 6135 6136 6137 6138 6139 6140 6141 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6134 class WorkspacesIpGroup < Struct.new( :group_id, :group_name, :group_desc, :user_rules) SENSITIVE = [] include Aws::Structure end |