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

Class: Aws::DirectoryService::Types::RemoveIpRoutesRequest

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

Overview

Note:

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

{
  directory_id: "DirectoryId", # required
  cidr_ips: ["CidrIp"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_ipsArray<String>

IP address blocks that you want to remove.

Returns:

  • (Array<String>)

    IP address blocks that you want to remove.

#directory_idString

Identifier (ID) of the directory from which you want to remove the IP addresses.

Returns:

  • (String)

    Identifier (ID) of the directory from which you want to remove the IP addresses.