Class: Aws::Route53Resolver::Types::DisassociateResolverEndpointIpAddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DisassociateResolverEndpointIpAddressRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address ⇒ Types::IpAddressUpdate
The IPv4 address that you want to remove from a Resolver endpoint.
-
#resolver_endpoint_id ⇒ String
The ID of the Resolver endpoint that you want to disassociate an IP address from.
Instance Attribute Details
#ip_address ⇒ Types::IpAddressUpdate
The IPv4 address that you want to remove from a Resolver endpoint.
1096 1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1096 class DisassociateResolverEndpointIpAddressRequest < Struct.new( :resolver_endpoint_id, :ip_address) SENSITIVE = [] include Aws::Structure end |
#resolver_endpoint_id ⇒ String
The ID of the Resolver endpoint that you want to disassociate an IP address from.
1096 1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1096 class DisassociateResolverEndpointIpAddressRequest < Struct.new( :resolver_endpoint_id, :ip_address) SENSITIVE = [] include Aws::Structure end |