You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53Resolver::Types::IpAddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::IpAddressRequest
- Defined in:
- (unknown)
Overview
Note:
When passing IpAddressRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
subnet_id: "SubnetId", # required
ip: "Ip",
}
In a CreateResolverEndpoint request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). IpAddressRequest
also includes the ID of the subnet that contains the IP address.
Instance Attribute Summary collapse
-
#ip ⇒ String
The IP address that you want to use for DNS queries.
-
#subnet_id ⇒ String
The ID of the subnet that contains the IP address.
Instance Attribute Details
#ip ⇒ String
The IP address that you want to use for DNS queries.
#subnet_id ⇒ String
The ID of the subnet that contains the IP address.