Class: Aws::Route53Resolver::Types::UpdateIpAddress
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Route53Resolver::Types::UpdateIpAddress
 
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Provides information about the IP address type in response to UpdateResolverEndpoint.
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.
| 5364 5365 5366 5367 5368 5369 | # File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5364 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.
| 5364 5365 5366 5367 5368 5369 | # File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5364 class UpdateIpAddress < Struct.new( :ip_id, :ipv_6) SENSITIVE = [] include Aws::Structure end |