Class: Aws::Route53Resolver::Types::AssociateResolverEndpointIpAddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::AssociateResolverEndpointIpAddressRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address ⇒ Types::IpAddressUpdate
Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID.
-
#resolver_endpoint_id ⇒ String
The ID of the Resolver endpoint that you want to associate IP addresses with.
Instance Attribute Details
#ip_address ⇒ Types::IpAddressUpdate
Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.
121 122 123 124 125 126 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 121 class AssociateResolverEndpointIpAddressRequest < Struct.new( :resolver_endpoint_id, :ip_address) SENSITIVE = [] include Aws::Structure end |
#resolver_endpoint_id ⇒ String
The ID of the Resolver endpoint that you want to associate IP addresses with.
121 122 123 124 125 126 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 121 class AssociateResolverEndpointIpAddressRequest < Struct.new( :resolver_endpoint_id, :ip_address) SENSITIVE = [] include Aws::Structure end |