class Aws::WorkSpaces::Types::AuthorizeIpRulesRequest

@note When making an API call, you may pass AuthorizeIpRulesRequest

data as a hash:

    {
      group_id: "IpGroupId", # required
      user_rules: [ # required
        {
          ip_rule: "IpRule",
          rule_desc: "IpRuleDesc",
        },
      ],
    }

@!attribute [rw] group_id

The identifier of the group.
@return [String]

@!attribute [rw] user_rules

The rules to add to the group.
@return [Array<Types::IpRuleItem>]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/AuthorizeIpRulesRequest AWS API Documentation

Constants

SENSITIVE