Class: Aws::Route53Resolver::Types::UpdateIpAddress
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::UpdateIpAddress
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Provides information about the IP address type in response to [UpdateResolverEndpoint].
[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_id ⇒ String
The ID of the IP address, specified by the ‘ResolverEndpointId`.
-
#ipv_6 ⇒ String
The IPv6 address that you want to use for DNS queries.
Instance Attribute Details
#ip_id ⇒ String
The ID of the IP address, specified by the ‘ResolverEndpointId`.
5262 5263 5264 5265 5266 5267 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5262 class UpdateIpAddress < Struct.new( :ip_id, :ipv_6) SENSITIVE = [] include Aws::Structure end |
#ipv_6 ⇒ String
The IPv6 address that you want to use for DNS queries.
5262 5263 5264 5265 5266 5267 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5262 class UpdateIpAddress < Struct.new( :ip_id, :ipv_6) SENSITIVE = [] include Aws::Structure end |