Class: Aws::Route53Resolver::Types::UpdateIpAddress

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ip_idString

The ID of the IP address, specified by the ResolverEndpointId.

Returns:

  • (String)


5156
5157
5158
5159
5160
5161
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5156

class UpdateIpAddress < Struct.new(
  :ip_id,
  :ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6String

The IPv6 address that you want to use for DNS queries.

Returns:

  • (String)


5156
5157
5158
5159
5160
5161
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5156

class UpdateIpAddress < Struct.new(
  :ip_id,
  :ipv_6)
  SENSITIVE = []
  include Aws::Structure
end