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

Class: Aws::DirectoryService::Types::IpRoute

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

Overview

Note:

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

{
  cidr_ip: "CidrIp",
  description: "Description",
}

IP address block. This is often the address block of the DNS server used for your on-premises domain.

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_ipString

IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your on-premises domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

Returns:

  • (String)

    IP address block using CIDR format, for example 10.0.0.0/24.

#descriptionString

Description of the address block.

Returns:

  • (String)

    Description of the address block.