Class: Aws::Route53Resolver::Types::DisassociateResolverEndpointIpAddressRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressTypes::IpAddressUpdate

The IPv4 address that you want to remove from a Resolver endpoint.



1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-route53resolver/types.rb', line 1049

class DisassociateResolverEndpointIpAddressRequest < 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 disassociate an IP address from.

Returns:

  • (String)


1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-route53resolver/types.rb', line 1049

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