class Aws::WorkSpaces::Types::CreateIpGroupRequest

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

data as a hash:

    {
      group_name: "IpGroupName", # required
      group_desc: "IpGroupDesc",
      user_rules: [
        {
          ip_rule: "IpRule",
          rule_desc: "IpRuleDesc",
        },
      ],
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] group_name

The name of the group.
@return [String]

@!attribute [rw] group_desc

The description of the group.
@return [String]

@!attribute [rw] user_rules

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

@!attribute [rw] tags

The tags. Each WorkSpaces resource can have a maximum of 50 tags.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE