Class: Aws::Route53Resolver::Types::AssociateResolverEndpointIpAddressRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressTypes::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.



118
119
120
121
122
123
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 118

class AssociateResolverEndpointIpAddressRequest < Struct.new(
  :resolver_endpoint_id,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#resolver_endpoint_idString

The ID of the Resolver endpoint that you want to associate IP addresses with.

Returns:

  • (String)


118
119
120
121
122
123
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 118

class AssociateResolverEndpointIpAddressRequest < Struct.new(
  :resolver_endpoint_id,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end