You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing IpRuleItem as input to an Aws::Client method, you can use a vanilla Hash:

{
  ip_rule: "IpRule",
  rule_desc: "IpRuleDesc",
}

Describes a rule for an IP access control group.

Instance Attribute Summary collapse

Instance Attribute Details

#ip_ruleString

The IP address range, in CIDR notation.

Returns:

  • (String)

    The IP address range, in CIDR notation.

#rule_descString

The description.

Returns:

  • (String)

    The description.