Class: Aws::WorkSpacesWeb::Types::IpRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::IpRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The IP rules of the IP access settings.
Constant Summary collapse
- SENSITIVE =
[:ip_range, :description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the IP rule.
-
#ip_range ⇒ String
The IP range of the IP rule.
Instance Attribute Details
#description ⇒ String
The description of the IP rule.
2570 2571 2572 2573 2574 2575 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2570 class IpRule < Struct.new( :ip_range, :description) SENSITIVE = [:ip_range, :description] include Aws::Structure end |
#ip_range ⇒ String
The IP range of the IP rule.
2570 2571 2572 2573 2574 2575 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2570 class IpRule < Struct.new( :ip_range, :description) SENSITIVE = [:ip_range, :description] include Aws::Structure end |