Class: Aws::WorkSpaces::Types::IpRuleItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::IpRuleItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes a rule for an IP access control group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_rule ⇒ String
The IP address range, in CIDR notation.
-
#rule_desc ⇒ String
The description.
Instance Attribute Details
#ip_rule ⇒ String
The IP address range, in CIDR notation.
3369 3370 3371 3372 3373 3374 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3369 class IpRuleItem < Struct.new( :ip_rule, :rule_desc) SENSITIVE = [] include Aws::Structure end |
#rule_desc ⇒ String
The description.
3369 3370 3371 3372 3373 3374 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3369 class IpRuleItem < Struct.new( :ip_rule, :rule_desc) SENSITIVE = [] include Aws::Structure end |