Class: Aws::WorkSpaces::Types::IpRuleItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes a rule for an IP access control group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_ruleString

The IP address range, in CIDR notation.

Returns:

  • (String)


3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3014

class IpRuleItem < Struct.new(
  :ip_rule,
  :rule_desc)
  SENSITIVE = []
  include Aws::Structure
end

#rule_descString

The description.

Returns:

  • (String)


3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3014

class IpRuleItem < Struct.new(
  :ip_rule,
  :rule_desc)
  SENSITIVE = []
  include Aws::Structure
end